-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DOP-21268] - integration with SSO (Keycloak) #123
Merged
Merged
Conversation
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
5b9913f
to
cb15595
Compare
cb15595
to
75549a6
Compare
75549a6
to
b5ce8c5
Compare
b5ce8c5
to
99d1cf1
Compare
09b4aba
to
2720cce
Compare
2720cce
to
6824462
Compare
7dcf637
to
094aa60
Compare
094aa60
to
b67c9e9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #123 +/- ##
===========================================
- Coverage 87.52% 85.73% -1.80%
===========================================
Files 143 157 +14
Lines 3342 3560 +218
Branches 251 261 +10
===========================================
+ Hits 2925 3052 +127
- Misses 355 444 +89
- Partials 62 64 +2 ☔ View full report in Codecov by Sentry. |
b67c9e9
to
efefd96
Compare
dolfinus
reviewed
Nov 12, 2024
dolfinus
reviewed
Nov 12, 2024
dolfinus
reviewed
Nov 12, 2024
4cab343
to
606bdae
Compare
dolfinus
reviewed
Nov 13, 2024
dolfinus
reviewed
Nov 13, 2024
606bdae
to
a0b8f1f
Compare
54a1679
to
e1efdaa
Compare
dolfinus
reviewed
Nov 14, 2024
0a41541
to
240c28a
Compare
240c28a
to
71e76ef
Compare
dolfinus
reviewed
Nov 14, 2024
dolfinus
reviewed
Nov 14, 2024
dolfinus
reviewed
Nov 14, 2024
dolfinus
reviewed
Nov 14, 2024
71e76ef
to
7b88b89
Compare
dolfinus
reviewed
Nov 14, 2024
7b88b89
to
4748ad7
Compare
dolfinus
approved these changes
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
KeycloakAuthProvider
for Single Sign-On (SSO) authentication.DummyAuthProvider
for development and testing environments.User
model to includeemail
,first_name
,middle_name
, andlast_name
fields.Settings
intoSyncmasterSettings
,WorkerSettings(SyncmasterSettings)
,BackendSettings(SyncmasterSettings)
KeycloakAuthProvider
andDummyAuthProvider
docsRelated issue number
Checklist
docs/changelog/next_release/<pull request or issue id>.<change type>.rst
file added describing change(see CONTRIBUTING.rst for details.)