Fix keystone domains directory permissions

Closes-bug: #1799348

Change-Id: I4c43076795d28ea36f9e1d165e56abb110c5b544
This commit is contained in:
Christian Berendt 2017-12-28 17:28:45 +01:00
parent e2d3119bd6
commit 1192f93f6b

View File

@ -20,7 +20,7 @@
"source": "{{ container_config_directory }}/domains",
"dest": "/etc/keystone/domains",
"owner": "keystone",
"perm": "0700",
"perm": "0600",
"optional": true
}{% if keystone_policy_file is defined %},
{
@ -49,6 +49,11 @@
"path": "/etc/keystone/fernet-keys",
"owner": "keystone:keystone",
"perm": "0770"
},
{
"path": "/etc/keystone/domains",
"owner": "keystone:keystone",
"perm": "0700"
}
]
}