Does Apigee Adapter for Envoy support custom policies?

Does the Apigee adaptor for envoy proxy support custom or extension policies , third party authentication , authorizations (like azure , google IAM, AWS)?

If so, please provide step by step poc for this?

Solved Solved
0 2 291
1 ACCEPTED SOLUTION

No, Apigee Adapter for Envoy does not support custom policies or extensions.

Check the documentation.

The Envoy adapter can verify JWT issued by third parties. You need to check the JWKS URI to enable that to happen.

This is described in the documentation.

View solution in original post

2 REPLIES 2

No, Apigee Adapter for Envoy does not support custom policies or extensions.

Check the documentation.

The Envoy adapter can verify JWT issued by third parties. You need to check the JWKS URI to enable that to happen.

This is described in the documentation.

Thank you Dino for information. will try