Skip to content

Commit 18ba842

Browse files
committed
Disable RBAC checks temporarily
We need to disable RBAC for now as the operator had several configuration challenges that prevented distributing policy.json updates. This commit can be reverted once that has been resolved.
1 parent f912e98 commit 18ba842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/designate/config/designate.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ topics=notifications
2020
driver=messagingv2
2121

2222
[oslo_policy]
23-
enforce_scope=True
24-
enforce_new_defaults=True
23+
enforce_scope=False
24+
enforce_new_defaults=False
2525

2626
[coordination]
2727
backend_url={{ .CoordinationBackendURL }}

0 commit comments

Comments
 (0)