Update git submodules

* Update keystone from branch 'master'
  to 9bb51da863affb4d7d2ff04d5991963844d1bc56
  - Merge "Only log warnings about token length when length exceeds max_token_size"
  - Only log warnings about token length when length exceeds max_token_size
    
    Previously, the fernet token provider would log warnings when a fernet
    token exceeded 255 characters, which is common for LDAP-backed
    deployments. The warning is always issued, even when operators configure
    keystone's max_token_size to a higher value, causing confusion because
    it appears the configuration value is silently ignored.
    
    This commit fixes that issue by using the max_token_size configuration
    parameter consistently in the fernet token provider.
    
    Closes-Bug: 1926483
    
    Change-Id: I4bb54aac9b950d59082a4468203a3249790839d7
This commit is contained in:
Zuul 2022-07-25 23:37:35 +00:00 committed by Gerrit Code Review
parent 2b5a19b711
commit e1b6a2a07a
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit aee576a7c69e9937079f697b228f03aedd24e970
Subproject commit 9bb51da863affb4d7d2ff04d5991963844d1bc56