We have the vault feature that let's you read encrypted values of a key/value pair from within the NodeJS process.
However what is the best option to store encrypted values (such as user/pass for backend) and retrieve them in non NodeJS proxy flows?
I have in the past used KVM to store encrypted values, and read them using Java callouts. But I am looking for something simpler.
Like the apigee-access module + vault in NodeJS, isn't there a simpler way in which we can easily store encrypted username + password pairs, and then retrieve them in a way that we can add them as the auth header going to the backend / target.