Apigeex Store keyvalue map api

I can see, that I can create a key value map for a proxy,api or organization over the rest api. But how can I store a new entry there?

 

My use case is to store some secret there. As keyvalue maps are the only thing that encrypts entries. Propertysets are not encrypted and because of this, I can't use a property for this.

Solved Solved
0 2 114
1 ACCEPTED SOLUTION

This is a gap in the builtin Apigee API, for now.  It's being worked on. 

In the meantime you can try this general purpose proxy. [ link ]

View solution in original post

2 REPLIES 2

This is a gap in the builtin Apigee API, for now.  It's being worked on. 

In the meantime you can try this general purpose proxy. [ link ]

Is there any other way to handle credentials inside apigeex? And how stable is this API?

 

Or is there another way to secure information from apigeex to the target server?

Our target server is in a GKE cluster, and the threat here would be another server in the same cluster. Apigeex is already in the same VPC, but we need some form of authorization on the target. We want to do this through claims and scope in a jwt and therefore need to sign this JWT, so that the target server can verify the signature.

 

Is there a better way to do this in apigeex?