From 6a4515f155cbf17b603f83a0695363d5edf1c084 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 17 Feb 2022 18:15:41 +0000 Subject: [PATCH] Update git submodules * Update keystone from branch 'master' to a3fc9e7c3845387644f0661a6c6c0fd316b6c9ee - Merge "Properly instantiate FernetUtils" - Properly instantiate FernetUtils The FernetUtils object had kwargs for the key_repository, max_active_keys, and the config_group. The credential API uses an instance of the FernetUtils object to encrypt and decrypt credentials, but the object wasn't instantiated with the config_group set. This resulted in an error message like: Either [None] key_repository does... When the credential key repository wasn't configured. We should be setting the config_group so that we provide a more useful error message instead of a random `None`. All of the arguments are now made mandatory, since this is how they are called in all but this one place. Co-Authored-By: Grzegorz Grasza Change-Id: Ia32cc12121ee243a003e5eb2fc832cc6a33ef499 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 86afaa7b1d..a3fc9e7c38 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 86afaa7b1dbde21010c9c61ec0188a9356e14753 +Subproject commit a3fc9e7c3845387644f0661a6c6c0fd316b6c9ee