Default keystone to uuid tokens
Seems somewhere along the way fernet tokens became the default. As a result, we likely ought to lock keystone to uuid tokens to keep the setup minimalistic. Change-Id: Ic2dce366d0a8589862ea8adbf48f1baa681b27c3
This commit is contained in:
parent
b207d059b8
commit
361eb32b44
@ -21,3 +21,6 @@ use_db_reconnect = true
|
||||
|
||||
[security_compliance]
|
||||
lockout_failure_attempts = 3
|
||||
|
||||
[token]
|
||||
provider = uuid
|
||||
|
Loading…
Reference in New Issue
Block a user