Don't supply auth_token information by default in paste
Auth_token middleware is expected to be configured by use of oslo.config. Paste is really only mainted for swift. However paste overrides the values provided in oslo.config so for anyone using default barbican paste files and configuring auth_token middleware via oslo.config they will have unexpected config overrides from the barbian defaults. Change-Id: I6bc49c4b62167410eaa70432f73abab2e829dc39
This commit is contained in:
parent
ea77fdca9b
commit
700d16fa9e
@ -45,22 +45,6 @@ audit_map_file = /etc/barbican/api_audit_map.conf
|
||||
|
||||
[filter:authtoken]
|
||||
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
|
||||
auth_uri = http://localhost:5000/v3
|
||||
auth_plugin = password
|
||||
#need ability to re-auth a token, thus admin url
|
||||
auth_url = http://localhost:35357/v3
|
||||
username = barbican
|
||||
password = orange
|
||||
user_domain_id = default
|
||||
project_name = service
|
||||
project_domain_id = default
|
||||
#delay failing perhaps to log the unauthorized request in barbican ..
|
||||
#delay_auth_decision = true
|
||||
# signing_dir is configurable, but the default behavior of the authtoken
|
||||
# middleware should be sufficient. It will create a temporary directory
|
||||
# for the user the barbican process is running as.
|
||||
#signing_dir = /var/barbican/keystone-signing
|
||||
|
||||
|
||||
[filter:profile]
|
||||
use = egg:repoze.profile
|
||||
|
Loading…
x
Reference in New Issue
Block a user