From 3accc19120285c9f518c830100d97f5bba91d3ec Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 27 Nov 2013 13:15:03 -0500 Subject: explicitly set the admin user as having access to the per-user databases, even though it is probably not needed Change-Id: I2f9e751570190f7358332404ae734ae850f92b9f --- puppet/modules/tapicero/templates/tapicero.yaml.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'puppet') diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index 75b8d5f6..098f95bd 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -19,7 +19,11 @@ couch_connection: # security settings to be used for the per user databases security: admins: - names: [] + names: + # We explicitly allow the admin user to access per user databases, even + # though admin access ignores per database security we just do this to be + # explicit about this + - <%= @couchdb_admin_user %> roles: [] readers: names: -- cgit v1.2.3