-
Notifications
You must be signed in to change notification settings - Fork 21
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: add customizable generic oidc login button #375
feat: add customizable generic oidc login button #375
Conversation
Codecov Report
@@ Coverage Diff @@
## main #375 +/- ##
==========================================
- Coverage 87.50% 86.87% -0.64%
==========================================
Files 52 52
Lines 1529 1531 +2
Branches 399 400 +1
==========================================
- Hits 1338 1330 -8
- Misses 179 189 +10
Partials 12 12
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Looks good, thank you for the contribution.
Integration test patch is merged, you can rebase the branch |
@raulkele done :) |
There is still a debate on zot about keeping dex keyword. |
@babs, @raulkele, I have merged project-zot/zot#1691 on backend side. |
I'll adapt the PR accordingly, rebase and squash |
After rebase, from my point of view, we can merge this PR |
Rebased and modified to reflect project-zot/zot#1691 conclusion Signed-off-by: Damien Degois <[email protected]>
Rebase done with removal of DEX reference as discussed |
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
What type of PR is this?
feature
What does this PR do / Why do we need it:
This PR allow usage of generic OIDC with customizable name (linked to zot project-zot/zot#1691)
Will this break upgrades or downgrades. Has updating a running cluster been tested?:
Won't break on upgrade / downgrades
Does this change require updates to the CNI daemonset config files to work?:
no
Does this PR introduce any user-facing change?:
If enabled on backend, it allows the display of a customizable login button
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.