Skip to content

Commit

Permalink
quote strings so we have a uniform config
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Jan 12, 2024
1 parent f829a7a commit f8342f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm-configs/horizon/horizon-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6888,9 +6888,9 @@ conf:
'cloudwatch:PutMetricAlarm': 'rule:deny_stack_user'
'cloudwatch:PutMetricData': ''
'cloudwatch:SetAlarmState': 'rule:deny_stack_user'
context_is_admin: 'role:admin'
deny_everybody: '!'
deny_stack_user: 'not role:heat_stack_user'
'context_is_admin': 'role:admin'
'deny_everybody': '!'
'deny_stack_user': 'not role:heat_stack_user'
'events:index': 'rule:deny_stack_user'
'events:show': 'rule:deny_stack_user'
'resource:index': 'rule:deny_stack_user'
Expand Down

0 comments on commit f8342f5

Please sign in to comment.