Skip to content

Added feature flag to not use the /-/jwks endpoint

Shabini Rajadas requested to merge 221031_remove_jwks_endpoint into master

What does this MR do and why?

The aim of this MR is to remove the endpoint /-/jwks endpoint. The first step is hiding it behind a feature flag remove_jwks_endpoint. When this feature is turned on, the /-/jwks endpoint returns a 404. Otherwise returns the keys as it is intended to do.

Issue link: #221031 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports