openstack-helm/releasenotes/notes/keystone-9bca09a40cc3dc68.yaml
okozachenko 3114c8996a keystone: fix the number of max active fernet keys
As services are configured to use ServiceToken auth, the formula to calculate the max_active_keys is max_active_keys = ((token_expiration + allow_expired_window) / rotation_frequency) + 2

Change-Id: I4794e11fe307b16f3a1dca65ec2feb619661142f
2025-01-22 12:23:08 +11:00

4 lines
56 B
YAML

---
fixes:
- Fix the number of max active fernet keys