Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

KVM delete entry management api issue.

Not applicable

I have a set of values to be added into kvm for a user will registration.

ex. set --

user_id_type - client credentials

user_id_id -xxx

user_id_secret - yyy

User can update the set of values anytime and the combination of key-value pair can change.

for ex. updated set can be --

user_id_type - basic auth

user_id_username - yyy

user_id_password - xxx

or

user_id_type - apikey

user_id_apikey - abc

So while updating I am deleting the entire set for the user and adding the new set.

But the issue is that when I get those values through KeyValueMapOperations policy, I am getting old and new both sets. But when I check from KVM UI. I can see only the updated set. whereas I need only the new set.

1 3 468
3 REPLIES 3