Merge "Fix keystone domains directory permissions"
This commit is contained in:
commit
0fd03fc88d
@ -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 @@
|
|||||||
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user