Fix "key_repository is world readable: /etc/keystone/fernet-keys/" warning
TrivialFix Change-Id: Ia54ee5cae2ffcdcca24cb162699e09b0808a1037 Depends-on: Ida2ed62eaba8908fb0bd50bb0be00fb5f9b1adc3
This commit is contained in:
parent
b1b501cc08
commit
6625e84863
@ -45,6 +45,11 @@
|
|||||||
{
|
{
|
||||||
"path": "/var/log/kolla/keystone/keystone.log",
|
"path": "/var/log/kolla/keystone/keystone.log",
|
||||||
"owner": "keystone:keystone"
|
"owner": "keystone:keystone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/etc/keystone/fernet-keys",
|
||||||
|
"owner": "keystone:keystone",
|
||||||
|
"perm": "0770"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user