Skip to content

Commit

Permalink
Merge pull request #377 from juliakreger/enforce-srbac-by-default
Browse files Browse the repository at this point in the history
force rbac policy to only leverage the new policy
  • Loading branch information
openshift-merge-bot[bot] authored Feb 6, 2024
2 parents 8b6a4ca + 227b9bc commit c4a3b15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/common/config/ironic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ user_domain_name=Default
project_name=service
project_domain_name=Default

[oslo_policy]
enforce_scope=True
enforce_new_defaults=True
{{end}}

[conductor]
Expand Down
3 changes: 3 additions & 0 deletions templates/ironicinspector/config/inspector.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ project_domain_name=Default
project_name=services
user_domain_name=Default

[oslo_policy]
enforce_scope=True
enforce_new_defaults=True
{{end}}

[processing]
Expand Down

0 comments on commit c4a3b15

Please sign in to comment.