Merge "Add application credentials as a default authentication method"

This commit is contained in:
Zuul 2019-10-08 04:57:52 +00:00 committed by Gerrit Code Review
commit 32a4065232
2 changed files with 8 additions and 1 deletions

View File

@ -60,7 +60,7 @@ keystone_system_comment: keystone system user
keystone_system_user_home: "/var/lib/{{ keystone_system_user_name }}"
## Drivers
keystone_auth_methods: "password,token"
keystone_auth_methods: "password,token,application_credential"
keystone_identity_driver: sql
keystone_token_provider: fernet
keystone_token_expiration: 43200

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
Application credentials are now enabled by default as a keystone
authentication method. If deployments do not wish to enable
application credentials then the existing keystone_auth_methods variable
can be overidden with the required set of authentication methods.