summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-05-23 13:02:45 +1000
committerJamie Lennox <jamielennox@redhat.com>2014-05-26 17:20:24 +1000
commit9db80e79ea3e687000121729648af7e79b7b2d78 (patch)
treebf36b04d6c75745dfe5c4daa45a4e600bd280527 /etc
parent5f019cc8bbafd23bd5965b104e0f7a29d93eaa33 (diff)
downloadtrove-9db80e79ea3e687000121729648af7e79b7b2d78.tar.gz
Remove admin_token from configs
A previous review removed the admin_token from the sample config file. It appears that devstack doesn't use that file but instead uses one of the .test files. Admin tokens are actively discouraged as a form of authenticating in auth_token middleware and the behaviour when using admin_token in combination with a username and password (as this default produces in devstack) can lead to problems in authentication. Closes-Bug: #1299332 Change-Id: I78d2c184f7937006b808d580e3663ab055f7c5fe
Diffstat (limited to 'etc')
-rw-r--r--etc/trove/api-paste.ini.test1
-rw-r--r--etc/trove/trove.conf.test1
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/trove/api-paste.ini.test b/etc/trove/api-paste.ini.test
index 978a4da5..7f935402 100644
--- a/etc/trove/api-paste.ini.test
+++ b/etc/trove/api-paste.ini.test
@@ -22,7 +22,6 @@ auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/
-admin_token = be19c524ddc92109a224
signing_dir = /tmp/keystone-signing-trove
[filter:authorization]
diff --git a/etc/trove/trove.conf.test b/etc/trove/trove.conf.test
index 96e6f6f9..b77a6a40 100644
--- a/etc/trove/trove.conf.test
+++ b/etc/trove/trove.conf.test
@@ -159,7 +159,6 @@ auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/
-admin_token = be19c524ddc92109a224
[filter:authorization]
paste.filter_factory = trove.common.auth:AuthorizationMiddleware.factory