Can I see key/value store data on Apigee Edge?

Not applicable

I'm trying OAuth2 tutorial "oauth-advanced sample". It worked but I want to see the key/value store data.

"user-mgmt-v1" proxy has create user endpoint. It stores username and password into kvm. I want to see the data on Apigee Edge. Is it possible?

Solved Solved
0 3 343
1 ACCEPTED SOLUTION

HI @zono

If it is an environment scoped KVM, you should be able to see it in the UI. Go to Admin --> Environments, then select the environment and go to the Key Value Maps tab, you should find the KVM name listed. Under that, you see the entries

Or else the other way, is to access the KVM using the Management APIs.

NOTE: If the KVM is encrypted, you will not be able to see the values of the entries

View solution in original post

3 REPLIES 3

Not applicable

It seems that apigeetool can show the KVM Map. I will try it.

> create, retrieve or delete a KVM Map in Edge

https://www.npmjs.com/package/apigeetool

HI @zono

If it is an environment scoped KVM, you should be able to see it in the UI. Go to Admin --> Environments, then select the environment and go to the Key Value Maps tab, you should find the KVM name listed. Under that, you see the entries

Or else the other way, is to access the KVM using the Management APIs.

NOTE: If the KVM is encrypted, you will not be able to see the values of the entries

@Sai Saran Vaidyanathan Thank you! I found that.