From e1b6a2a07a0e32ab97201a99c8d52bb8dfa86430 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 25 Jul 2022 23:37:35 +0000 Subject: [PATCH] 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 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index aee576a7c6..9bb51da863 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit aee576a7c69e9937079f697b228f03aedd24e970 +Subproject commit 9bb51da863affb4d7d2ff04d5991963844d1bc56