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:
parent
22afe012d4
commit
986d1d8092
@ -31,7 +31,7 @@
|
||||
cron:
|
||||
name: "Fernet auto rotate job"
|
||||
special_time: "{{ keystone_fernet_rotation }}"
|
||||
user: "keystone"
|
||||
user: "{{ keystone_system_user_name }}"
|
||||
job: "{{ keystone_fernet_auto_rotation_script }}"
|
||||
cron_file: keystone-fernet-rotate
|
||||
when: >
|
||||
|
Loading…
Reference in New Issue
Block a user