Skip to content

Commit

Permalink
Grant devs update access to path in vault (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaidar authored and feoh committed Feb 9, 2023
1 parent e17f889 commit 23fcf93
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ path "secret-concourse/*" {
capabilities = ["read", "list"]
}

# To allow Devs to update creds and
# run the replication on their own
path "secret-concourse/ocw/ocw-studio-db-replication" {
capabilities = ["read", "list", "update"]
}

# Read app secrets
path "secret-bootcamps/*" {
capabilities = ["read", "list"]
Expand Down

0 comments on commit 23fcf93

Please sign in to comment.