Change permission for conf folder
According to the security guide config files should not be reachable by any users except the owner and root. Change-Id: I5caba528ae85a8209de7637ecfdd9407e10ea0df
This commit is contained in:
parent
dd2f1f9b02
commit
0c57099367
@ -57,7 +57,7 @@
|
||||
mode: "{{ item.mode|default(0755) }}"
|
||||
with_items:
|
||||
- { path: "/openstack", mode: "0755", owner: "root", group: "root" }
|
||||
- { path: "/etc/keystone" }
|
||||
- { path: "/etc/keystone", mode: "0750" }
|
||||
- { path: "{{ keystone_ldap_domain_config_dir }}" }
|
||||
- { path: "/etc/keystone/ssl" }
|
||||
- { path: "{{ keystone_fernet_tokens_key_repository }}", mode: "2750"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user