Skip to content
Snippets Groups Projects
Commit 1192f93f authored by Christian Berendt's avatar Christian Berendt
Browse files

Fix keystone domains directory permissions

Closes-bug: #1799348

Change-Id: I4c43076795d28ea36f9e1d165e56abb110c5b544
parent e2d3119b
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"source": "{{ container_config_directory }}/domains", "source": "{{ container_config_directory }}/domains",
"dest": "/etc/keystone/domains", "dest": "/etc/keystone/domains",
"owner": "keystone", "owner": "keystone",
"perm": "0700", "perm": "0600",
"optional": true "optional": true
}{% if keystone_policy_file is defined %}, }{% if keystone_policy_file is defined %},
{ {
...@@ -49,6 +49,11 @@ ...@@ -49,6 +49,11 @@
"path": "/etc/keystone/fernet-keys", "path": "/etc/keystone/fernet-keys",
"owner": "keystone:keystone", "owner": "keystone:keystone",
"perm": "0770" "perm": "0770"
},
{
"path": "/etc/keystone/domains",
"owner": "keystone:keystone",
"perm": "0700"
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment