What do you want to do?
Tell us about your request. Provide a summary of the request.
The JWT documentation has a section on caching and performance, but this section is lacking from OIDC documentation.
This should also be documented in OIDC docs.
Note: Caching is enabled by default for JWT authentication when using jwks_uri to get jwks from a remote url, however, this is not the case for OIDC and needs to be explicitly enabled.
Caching will prevent OpenSearch from making many remote calls to get the JWT KeySet.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
All
What do you want to do?
Tell us about your request. Provide a summary of the request.
The JWT documentation has a section on caching and performance, but this section is lacking from OIDC documentation.
This should also be documented in OIDC docs.
Note: Caching is enabled by default for JWT authentication when using
jwks_urito get jwks from a remote url, however, this is not the case for OIDC and needs to be explicitly enabled.Caching will prevent OpenSearch from making many remote calls to get the JWT KeySet.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
All