-
Notifications
You must be signed in to change notification settings - Fork 2
Add OIDC login #154
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
base: main
Are you sure you want to change the base?
Add OIDC login #154
Conversation
When trying to run this branch in Docker (either via the image the CI built and uploaded to Harbor or building locally) I get an import error:
EDIT: |
Grrrr. Yes I broke it but I made the linter happy. |
Asked Alan and he said it was originally an error to set to False and thought it had already been fixed
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #154 +/- ##
===========================================
- Coverage 65.55% 47.91% -17.64%
===========================================
Files 9 12 +3
Lines 360 480 +120
Branches 13 0 -13
===========================================
- Hits 236 230 -6
- Misses 124 250 +126 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR will close #135
Description
Adds endpoints for OIDC authentication
Still TODO:
Testing Instructions
Add a set up instructions describing how the reviewer should test the code (will be done after updating README.md)