summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/paste/glance-api.conf3
-rw-r--r--examples/paste/glance-registry.conf3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/paste/glance-api.conf b/examples/paste/glance-api.conf
index 551903c5..6b1d8801 100644
--- a/examples/paste/glance-api.conf
+++ b/examples/paste/glance-api.conf
@@ -84,5 +84,8 @@ auth_port = 5001
auth_protocol = http
admin_token = 999888777666
+# Allows anonymous access
+delay_auth_decision = 1
+
[filter:keystone_shim]
paste.filter_factory = keystone.middleware.glance_auth_token:filter_factory
diff --git a/examples/paste/glance-registry.conf b/examples/paste/glance-registry.conf
index 0ccee384..a66323cd 100644
--- a/examples/paste/glance-registry.conf
+++ b/examples/paste/glance-registry.conf
@@ -48,5 +48,8 @@ auth_port = 5001
auth_protocol = http
admin_token = 999888777666
+# Allows anonymous access
+delay_auth_decision = 1
+
[filter:keystone_shim]
paste.filter_factory = keystone.middleware.glance_auth_token:filter_factory