Skip to content
Snippets Groups Projects
Commit f5f94d77 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix permission denied during Fernet key rotation"

parents ecf567d6 b45679f1
No related branches found
No related tags found
No related merge requests found
......@@ -50,5 +50,12 @@
"owner": "keystone",
"perm": "0600"
}{% endif %}
],
"permissions": [
{
"path": "/etc/keystone/fernet-keys",
"owner": "keystone:keystone",
"perm": "0770"
}
]
}
......@@ -13,5 +13,12 @@
"owner": "keystone",
"perm": "0600"
}
],
"permissions": [
{
"path": "/etc/keystone/fernet-keys",
"owner": "keystone:keystone",
"perm": "0770"
}
]
}
---
fixes:
- |
Fixes an issue where Keystone Fernet key rotation may fail due to
permission denied error if the Keystone rotation happens before the
Keystone container starts. `LP#1888512
<https://bugs.launchpad.net/kolla-ansible/+bug/1888512>`__
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