-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat(authn): add generic oidc and allow customizable name #1691
feat(authn): add generic oidc and allow customizable name #1691
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1691 +/- ##
=======================================
Coverage 91.45% 91.45%
=======================================
Files 124 124
Lines 26054 26054
=======================================
Hits 23828 23828
Misses 1657 1657
Partials 569 569
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fix commit message (doc(authn) -> docs(authn)) |
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.
@peusebiu please review this PR
rebased and squashed |
Rebased and squashed Signed-off-by: Damien Degois <[email protected]>
@babs thank you. |
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
Rebased and modified to reflect project-zot/zot#1691 conclusion Signed-off-by: Damien Degois <[email protected]>
What type of PR is this?
feature
Which issue does this PR fix:
none
What does this PR do / Why do we need it:
This PR allow admin to add generic OIDC provider and customize it's name (linked with zui: project-zot/zui#375)
Will this break upgrades or downgrades?
Won't break on upgrade / downgrades
Does this PR introduce any user-facing change?:
It allows the display of a customizable login button with the proper patch on zui (PR project-zot/zui#375)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.