Skip to content
Snippets Groups Projects
Commit 29d9d661 authored by Mathias Ewald's avatar Mathias Ewald
Browse files

Correct permissions to /etc/keystone/domains

Set permission for /etc/keystone/domains/ directory to 0700 instead of
0600 which is required for Keystone to be able to list directory
contents.

Change-Id: I7536cc3f0bcbc8aea298ad76713e45cbb93a4b27
Closes-Bug: #1609319
parent f0987383
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"source": "{{ container_config_directory }}/domains", "source": "{{ container_config_directory }}/domains",
"dest": "/etc/keystone/domains", "dest": "/etc/keystone/domains",
"owner": "keystone", "owner": "keystone",
"perm": "0600", "perm": "0700",
"optional": true "optional": true
}, },
{ {
......
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