-
Notifications
You must be signed in to change notification settings - Fork 47
Feature/OIDC oauth groups #1188
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
Open
flashguerdon
wants to merge
43
commits into
uc-cdis:master
Choose a base branch
from
AustralianBioCommons:feature/oidc-oauth-groups
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
25d1654
added plan
uwwint 96300d4
Use idp groups
flashguerdon d8d0955
remove print
flashguerdon 5dfdd7b
tests updates
flashguerdon 05c04c8
test fixes
flashguerdon 724b76f
Code update and Unit Test
flashguerdon dd8efdd
merge upstream
uwwint 388cf69
check group flag
flashguerdon d77cec3
testing
flashguerdon bcbcee5
Unit Test updates
flashguerdon c5c0519
token refreshing
flashguerdon 5ec4fb7
refresh token update
flashguerdon 6f30aeb
Renaming to AccessTokenUpdater, unit testing
flashguerdon 10c59ec
fixed tests
flashguerdon d3419d5
Updated tests
flashguerdon 3692d79
Use OAuth user groups and implementation of token refresh in fence.
flashguerdon 2984f05
Update fence/resources/openid/idp_oauth2.py
flashguerdon b125321
Code revision and refactoring
flashguerdon 18336df
Remove new Arborist client instance
flashguerdon 4645494
Re-add Arborist client, to fix fence_create update-visas job
flashguerdon 7008e94
2nd revision
flashguerdon d0074f5
check group sync config on startup
flashguerdon 55cfdc4
added test for generic3
flashguerdon ab7dcfa
Add link to user.yaml guide
paulineribeyre 8520425
feat: config with option to allow only existing OR active users to login
pieterlukasse 7774fc9
feat: remove unnecessary else
pieterlukasse 7300d99
fix: remove unnecessary code
pieterlukasse 3869656
feat: add extra fields to /admin/user POST endpoint
pieterlukasse 39d5217
fix: fix tests/admin
pieterlukasse ab6e17d
feat: add extra debug logging to create_user method
pieterlukasse f0f9d28
fix: add session.commit() to create_user
pieterlukasse 0d72ec7
fix: store tags and add unit test for tags and new fields
pieterlukasse 659bf5a
feat: update dependencies
pieterlukasse d791800
fix: add docstring to new test
pieterlukasse f1b8e31
feat: improve unit test checks on error messages
pieterlukasse bd28aba
Fix/bucket name (#1193)
mfshao 67c318c
Update documentation link in setup.md (#1194)
ocshawn 436c08a
feat: udpate admin_login_required decorator
pieterlukasse d546b02
fix: update /admin/user tests to mock arborist call
pieterlukasse cd810a1
feat: add rainy path test for when arborist check fails
pieterlukasse a5ccac6
Merge branch 'master' into feature/oidc-oauth-groups
flashguerdon 90667c3
reverted host option
flashguerdon 3cb11a7
Merge branch 'master' into feature/oidc-oauth-groups
flashguerdon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,3 +108,6 @@ tests/resources/keys/*.pem | |
.DS_Store | ||
.vscode | ||
.idea | ||
|
||
# snyk | ||
.dccache |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.