Skip to content

Commit

Permalink
Enable SRBAC by default
Browse files Browse the repository at this point in the history
This patch enables SRBAC by default instead of requiring explicit
enabling like we did in OSP17.

With this it will have the same behavior as OSP17 but without the need
of policy files that explicitly define this behavior.

Only the API service will include the configuration since policies are
to be checked at the endpoint in Cinder API.

Jira: OSPRH-3281
  • Loading branch information
Akrog committed Jan 26, 2024
1 parent f5a20fb commit 396cb50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/cinderapi/config/01-service-defaults.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[DEFAULT]
log_file = {{ .LogFile }}

[oslo_policy]
enforce_scope = true
enforce_new_defaults = true

0 comments on commit 396cb50

Please sign in to comment.