-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feature/OIDC oauth groups #1188
base: master
Are you sure you want to change the base?
Feature/OIDC oauth groups #1188
Conversation
4153fbf
to
9037de7
Compare
9037de7
to
3692d79
Compare
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.
Thanks folks! At a high-level this is a great direction.
Initial round of feedback complete. Light review of the testing at this point (since I expect some of it to change). Suggesting some reorganization and other minor cleanup (see comments).
Please feel free to respond to comments for clarification and/or make updates and let me know once everything has been addressed. I'll do another round of review after that.
remove trailing space Co-authored-by: Alexander VanTol <Avantol13@users.noreply.github.com>
e8ffbe1
to
b125321
Compare
...to make user creation more uniform, reflecting what is also done elsewhere in fence/sync/sync_users.py _upsert_userinfo() for example
* fix use real bucket name * fix * update comment * use regex * update version
Update documentation link in setup.md
New Features