From 48a72614d0033510b2adc61f71739dd8285e4499 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 18 Aug 2016 13:39:46 -0400 Subject: [PATCH] Don't require authentication Authentication is still an open issue with this dynamic metadata as some requests may come in anonymous (those from an instance). Leave it open for now. --- files/api-paste.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/api-paste.ini b/files/api-paste.ini index a5cd4fc..f8b9f92 100644 --- a/files/api-paste.ini +++ b/files/api-paste.ini @@ -3,7 +3,7 @@ use = call:novajoin.base:root_app_factory /v1: join_v1 [pipeline:join_v1] -pipeline = cors authtoken keystonecontext joinv1app +pipeline = cors joinv1app #[composite:join_v1] #use = call:middleware:pipeline_factory_auth