puppet-tripleo/releasenotes/notes/add-memcache-security-92060c4fe540774c.yaml
Grzegorz Grasza cff548bb03 Add authtoken security options
Add ability to specify the memcache_security_strategy and
memcache_secret_key for keystone authtoken middleware.
The keys for individual services are hashed with a salt,
to isolate them.

Change-Id: I8d558cac3c23c3c0708e7e00d7bb83ac91795bb7
(cherry picked from commit 59b54b6f46)
2021-02-16 10:53:18 +01:00

8 lines
246 B
YAML

---
features:
- |
Add ability to specify the memcache_security_strategy and
memcache_secret_key for keystone authtoken middleware. The keys
used by individual services are hashed with a salt (the service
name), to isolate them.