Skip to content

Commit

Permalink
Merge pull request #494 from byxorna/gabe-sync-permissions-docker
Browse files Browse the repository at this point in the history
make default docker permissions.yaml synchronized with latest changes
  • Loading branch information
byxorna authored Mar 13, 2017
2 parents 347b156 + 5fb8b34 commit 1453f29
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions conf/docker/permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ permissions:
- "g=infra"
- "g=ops"
- "g=sre"
feature.canWriteEncryptedTags:
- "u=admins"
controllers.Admin:
- "g=infra"
- "g=ops"
Expand Down Expand Up @@ -43,6 +45,12 @@ permissions:
- "g=sre"
- "u=admins"
- "u=tools"
controllers.AssetApi.updateAssetStatus:
- "g=infra"
- "g=ops"
- "g=sre"
- "u=admins"
- "u=tools"
controllers.AssetApi.updateAssetForMaintenance:
- "g=infra"
- "g=ops"
Expand Down Expand Up @@ -105,3 +113,15 @@ permissions:
- "g=platform"
- "u=admins"
- "u=tools"
controllers.IpmiApi.updateIpmi:
- "g=infra"
- "g=ops"
- "g=sre"
- "u=admins"
- "u=tools"
controllers.Firehose.stream:
- "g=infra"
- "g=ops"
- "g=sre"
- "u=admins"
- "u=tools"

0 comments on commit 1453f29

Please sign in to comment.