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.
This commit is contained in:
Rob Crittenden 2016-08-18 13:39:46 -04:00
parent 6e29a36688
commit 48a72614d0
1 changed files with 1 additions and 1 deletions

View File

@ -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