puppet-keystone/releasenotes/notes/password-hash-algo-884cb38f8edecb6b.yaml
Tobias Urdin 92b307db46 Add password hash algorithm and rounds config
Adds the password_hash_algorithm and
password_hash_rounds configuration options.

These can be used to configure the password
hash algorithm and the amount of rounds on the
hash that keystone should do.

Change-Id: I5160e59522b5cf96eb80f83ab7f2ca593b64fe54
2018-10-16 12:55:42 +02:00

6 lines
175 B
YAML

---
features:
- |
Added new parameters password_hash_algorithm and password_hash_rounds
to keystone class that can be used to configure the password hash algorithm.