Unable to retrieve all the key value present in an Encrypted KVM store.

 
0 1 63
1 REPLY 1

KVM Operation Body:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<KeyValueMapOperations async="false" continueOnError="false" enabled="true" name="Key-Value-Map-Operations-Trial" mapIdentifier="encrypted_store">
    <DisplayName>Key Value Map Operations- Trial</DisplayName>
    <Properties/>
    <Get assignTo="private.backend-username">
        <Key>
            <Parameter>backend-username</Parameter>
        </Key>
    </Get>
 <Get assignTo="private.backend-password">
        <Key>
            <Parameter>backend-password</Parameter>
        </Key>
    </Get>
 <Get assignTo="private.backend-kvm">
        <Key>
            <Parameter>backend-kvm</Parameter>
        </Key>
    </Get>
    <Scope>environment</Scope>
</KeyValueMapOperations>



Response Body:

{
  "args": {}, 
  "headers": {
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", 
    "Accept-Encoding": "gzip, deflate", 
    "Accept-Language": "en-US,en;q=0.9", 
    "Host": "httpbin.org", 
    "Upgrade-Insecure-Requests": "1", 
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36", 
    "X-Amzn-Trace-Id": "Root=1-60829cb1-04596edf170ef4ab73eb416c"
  }, 
  "origin": "103.19.226.222, 34.121.252.243", 
  "url": "http://httpbin.org/get"
}


When I use basic authentication I am able to retrieve values for only 2 key value pairs from the store.