Skip to content

Commit

Permalink
Set default reader roles for Swift
Browse files Browse the repository at this point in the history
Sets the default reader roles to SwiftSystemReader and
SwiftProjectReader, which align with the defaults from former TripleO
deployments. Customizing these needs to be done by overriding config
files using DefaultConfigOverwrite.
  • Loading branch information
cschwede committed Feb 20, 2024
1 parent 5aefc3e commit 8e961ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/swiftproxy/config/proxy-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ use = egg:swift#keystoneauth
operator_roles = admin, SwiftOperator
cache = swift.cache
reseller_prefix=AUTH_
system_reader_roles = SwiftSystemReader
project_reader_roles = SwiftProjectReader

[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
Expand Down

0 comments on commit 8e961ea

Please sign in to comment.