274291463e
Many of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
25 lines
698 B
Django/Jinja
25 lines
698 B
Django/Jinja
{
|
|
"command": "karbor-protection --config-file /etc/karbor/karbor.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/karbor.conf",
|
|
"dest": "/etc/karbor/karbor.conf",
|
|
"owner": "karbor",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/providers.d/openstack-infra.conf",
|
|
"dest": "/etc/karbor/providers.d/openstack-infra.conf",
|
|
"owner": "karbor",
|
|
"perm": "0600"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/karbor",
|
|
"owner": "karbor:karbor",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|