From c86278dfb7e21381ae7d550c9e8b07b3935a778f Mon Sep 17 00:00:00 2001 From: John Bresnahan Date: Mon, 19 Aug 2013 16:47:05 -1000 Subject: [PATCH] Allow the access of version and capabilities without auth Change-Id: Ieaeb1cb594059f68f6d9b945be3d3b76ec7c284f blueprint: version-noauth --- etc/staccato-api-paste.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/staccato-api-paste.ini b/etc/staccato-api-paste.ini index 8cc6648..1e6d9bc 100644 --- a/etc/staccato-api-paste.ini +++ b/etc/staccato-api-paste.ini @@ -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]