Use keystone_system_user_name in fernet rotation cron entry.
The Fernet autorotation cron task should use keystone_system_user_name instead of hardcoding the user. Change-Id: Ia39021de872025a12a4bef263290df363d17c979
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
cron:
|
cron:
|
||||||
name: "Fernet auto rotate job"
|
name: "Fernet auto rotate job"
|
||||||
special_time: "{{ keystone_fernet_rotation }}"
|
special_time: "{{ keystone_fernet_rotation }}"
|
||||||
user: "keystone"
|
user: "{{ keystone_system_user_name }}"
|
||||||
job: "{{ keystone_fernet_auto_rotation_script }}"
|
job: "{{ keystone_fernet_auto_rotation_script }}"
|
||||||
cron_file: keystone-fernet-rotate
|
cron_file: keystone-fernet-rotate
|
||||||
when: >
|
when: >
|
||||||
|
|||||||
Reference in New Issue
Block a user