Skip to content

Commit 8f71a83

Browse files
Merge pull request #341 from beagles/disable_rbac
Disable RBAC checks temporarily
2 parents f912e98 + 18ba842 commit 8f71a83

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)