APIGEE for Private Cloud - Cache KMS entities and OAuth tokens

Hello, does APIGEE Edge for Private cloud supports caching (in L1 cache of MP) KMS entities and OAuth tokens to reduce cassandra hits? We have OAuth policy in place on API Proxy flow execution and want reduce hits to cassandra for every request to validate token and get KMS information.

Is this supported in APIGEE edge for private cloud, if yes, does it need any configuration or is it supported OOB?

Solved Solved
0 2 158
1 ACCEPTED SOLUTION

By default, all KMS data is cached by message processor in its memory for 180 seconds. However, keep in mind that this is a per MP cache. An example when this cache will get used is if the same MP receives a request to validate the same token within 180 seconds.

View solution in original post

2 REPLIES 2

By default, all KMS data is cached by message processor in its memory for 180 seconds. However, keep in mind that this is a per MP cache. An example when this cache will get used is if the same MP receives a request to validate the same token within 180 seconds.

Thanks, @neeldey