diff --git a/helm-configs/horizon/horizon-helm-overrides.yaml b/helm-configs/horizon/horizon-helm-overrides.yaml index 430a52a5..298f8238 100644 --- a/helm-configs/horizon/horizon-helm-overrides.yaml +++ b/helm-configs/horizon/horizon-helm-overrides.yaml @@ -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'