diff options
author | Micah Anderson <micah@leap.se> | 2013-11-27 13:15:03 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-11-27 14:48:00 -0500 |
commit | 3accc19120285c9f518c830100d97f5bba91d3ec (patch) | |
tree | 9f75063ca0314a5f6d34ae1ca241d904cb8e18e4 /puppet | |
parent | 52f64689a9db8b7300cadaa850e5d7914cef0b9d (diff) |
explicitly set the admin user as having access to the per-user databases, even though it is probably not needed
Change-Id: I2f9e751570190f7358332404ae734ae850f92b9f
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 6 |
1 files changed, 5 insertions, 1 deletions
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: |