chmod 0640 /etc/zuul-registry/registry.yaml
No need for this to be world readable, we have password inside it. Change-Id: Icc4cfae2bdc6c2b4f70f7fd570e90ce86d5a867c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
aaf03fda0d
commit
d940e20ce1
@ -28,7 +28,7 @@ zuul_registry_user_home_mode: 0755
|
||||
|
||||
zuul_registry_file_registry_yaml_dest: /etc/zuul-registry/registry.yaml
|
||||
zuul_registry_file_registry_yaml_group: "{{ zuul_registry_user_group }}"
|
||||
zuul_registry_file_registry_yaml_mode: 0644
|
||||
zuul_registry_file_registry_yaml_mode: 0640
|
||||
zuul_registry_file_registry_yaml_owner: "{{ zuul_registry_user_name }}"
|
||||
zuul_registry_file_registry_yaml_src: etc/zuul-registry/registry.yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user