Hi everyone,
I'm trying to retrieve the values inside an encrypted KVM but it returns the value as "****". Would like to ask if its possible to retrieve the encrypted values when using Edge APIs.
To give context, I'm planning to backup all the configuration in my environment in a GitLab repository.
Regards,
Ryan
Solved! Go to Solution.
No you cannot retrieve encrypted data via Edge (management) APIs.
There is a workaround: build an API proxy that reads the encrypted KVM via the KeyValueMapOperations policy, and then emits that data as a response. You should protect that API proxy with appropriate credentials to insure only you or an authorized person, may invoke it.