Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael William Coughlin
GraceDB Server
Commits
3448475f
Commit
3448475f
authored
6 years ago
by
Tanner Prestegard
Committed by
GraceDB
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add public_users group to ADMIN_MANAGED_GROUPS
parent
f5260528
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/settings/base.py
+3
-1
3 additions, 1 deletion
config/settings/base.py
with
3 additions
and
1 deletion
config/settings/base.py
+
3
−
1
View file @
3448475f
...
...
@@ -115,12 +115,14 @@ SUPEREVENT_MANAGERS_GROUP = 'superevent_managers'
EXTERNAL_ANALYSIS_GROUP
=
'
External
'
# Groups directly managed by GraceDB admins
ADMIN_MANAGED_GROUPS
=
[
EM_ADVOCATE_GROUP
,
EXEC_GROUP
,
ADMIN_MANAGED_GROUPS
=
[
EM_ADVOCATE_GROUP
,
EXEC_GROUP
,
PUBLIC_GROUP
,
SUPEREVENT_MANAGERS_GROUP
,
ACCESS_MANAGERS_GROUP
]
# NOTE: soon, only superevent_managers will be fully managed by us. The other
# groups will be managed by the LIGO auth infrastructure for human users. But
# we will still have to still manage robot account membership in these groups:
# access_managers, executives, and em_advocates.
# NOTE: public_users is also managed by us and has only one member
# (guardian.AnonymousUser)
# Tag to apply to log messages to allow EM partners to view
EXTERNAL_ACCESS_TAGNAME
=
'
lvem
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment