-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Motivation In testing 2.1.1, I found that the forwarding did not work correctly when using `auth_mode: openidconnect`. Specifically, loading the main page would result in loading keycloak. These changes improve the `openidconnect` auth mode and ensure that the other auth modes still work. ## Changes * Simplify the `oauth2` configuration. Since we haven't actually released any of these configurations, I am changing them now. * Add the `openid` scope to the browser's request, since it is expected by some providers, like Okta. * Load only one of the `/api/v1/auth/token` endpoints. ## Verifying the change I verified these changes with all 4 auth modes an EKS cluster and against the DataStax Pulsar Helm Chart.
- Loading branch information
1 parent
574cb1f
commit 636d1ba
Showing
4 changed files
with
37 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters