Allow the access of version and capabilities without auth
Change-Id: Ieaeb1cb594059f68f6d9b945be3d3b76ec7c284f blueprint: version-noauth
This commit is contained in:
parent
ff3a6b13fc
commit
c86278dfb7
@ -2,7 +2,12 @@
|
||||
pipeline = unauthenticated-context rootapp
|
||||
|
||||
# Use this pipeline for keystone auth
|
||||
[pipeline:staccato-api-keystone]
|
||||
[app:staccato-api-keystone]
|
||||
use = egg:Paste#urlmap
|
||||
/v1: staccato-api-keystone-post
|
||||
/: apiversions
|
||||
|
||||
[pipeline:staccato-api-keystone-post]
|
||||
pipeline = authtoken context rootapp
|
||||
|
||||
[app:rootapp]
|
||||
|
Loading…
x
Reference in New Issue
Block a user