-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: add more oidc configuration settings #3423
Conversation
Signed-off-by: huabing zhao <[email protected]>
Signed-off-by: huabing zhao <[email protected]>
Signed-off-by: huabing zhao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for making this enhancement, this will be a massive improvement for us.
Another element of the OIDC flow that would be useful to configure is contained in this PR, to allow the onward JWT auth: #3274
Sam (that PR's author) is going to update that PR with the review feedback mentioned there to move it forward.
Signed-off-by: huabing zhao <[email protected]>
Signed-off-by: huabing zhao <[email protected]>
Signed-off-by: huabing zhao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3423 +/- ##
=======================================
Coverage 67.39% 67.39%
=======================================
Files 166 166
Lines 20054 20054
=======================================
Hits 13515 13515
Misses 5558 5558
Partials 981 981 ☔ View full report in Codecov by Sentry. |
Signed-off-by: huabing zhao <[email protected]>
Signed-off-by: huabing zhao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, going to need all of these :)
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
This RP adds more configuration settings to the OIDC API.
Related issue: #3405 #3395 #3462
@coro @denniskniep