Fix keystone domains directory permissions
Closes-bug: #1799348 Change-Id: I4c43076795d28ea36f9e1d165e56abb110c5b544
This commit is contained in:
parent
e2d3119bd6
commit
1192f93f6b
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user