Skip to content

Commit

Permalink
Merge pull request #4145 from 18F/beechnut/security
Browse files Browse the repository at this point in the history
Update security config to allow 3 admin teams
  • Loading branch information
beechnut authored Nov 21, 2024
2 parents 68f23d2 + 74c9783 commit 4ff66ab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .allstar/admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Repo admin/owner check
# Partial implementation of
# AC-5 Least Privilege
# AC-6 Separation of Duties
optConfig:
disableRepoOverride: false
optOutStrategy: true
action: issue
# Policies
ownerlessAllowed: false
userAdminsAllowed: false
teamAdminsAllowed: true
# Override from 2 to 3, since we need
# TTS Outreach, TTS Admin, and TLC Leads
maxNumberAdminTeams: 3

0 comments on commit 4ff66ab

Please sign in to comment.