forked from uc-cdis/fence
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'integration202412' of https://github.com/uc-cdis/fence …
…into uc-cdis-integration202412
- Loading branch information
Showing
14 changed files
with
565 additions
and
422 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -509,6 +509,16 @@ DEFAULT_BACKOFF_SETTINGS_MAX_TRIES: 3 | |
# here. Something like: [email protected] | ||
SUPPORT_EMAIL_FOR_ERRORS: null | ||
|
||
# ////////////////////////////////////////////////////////////////////////////////////// | ||
# USER ACTIVATION | ||
# ////////////////////////////////////////////////////////////////////////////////////// | ||
# If you want new users (read: users that login for the first time) to automatically be | ||
# allowed through and added to the Fence DB, set this to true. Otherwise, set this to false. | ||
# Setting it to false will ensure the user will only be able to login after the user | ||
# is added to the Fence DB via a separate process. This two-step process allows for | ||
# a separate onboarding and user "approval" process, instead of the default automatic approval. | ||
ALLOW_NEW_USER_ON_LOGIN: true | ||
|
||
# ////////////////////////////////////////////////////////////////////////////////////// | ||
# SHIBBOLETH | ||
# - Support using `shibboleth` in LOGIN_OPTIONS | ||
|
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
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
Oops, something went wrong.