Apigee Impersonation Capability

Does Apigee have the impersonation capability when calling internal services?

In other words, could Apigee call the internal services under a service account credential?

Kindly let me know your thoughts on this.

Thanks

0 2 194
2 REPLIES 2

Not applicable

Although I wouldn't necessarily consider it impersonation, you have the ability to store backend/target credentials in the encrypted KVM. You could retrieve the service account credentials from the encrypted KVM as part of your proxy flow and use that to populated your backend/target request.

See the service account example, using encrypted KVM, here: https://apigee.com/about/blog/engineering/storing-sensitive-data-encrypted-kvms

Thank you Jessica..I will look into this.