From 202d98f0407f1a6de2e518d0857932b086634ce6 Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 26 Sep 2023 09:37:18 +0000 Subject: [PATCH] Update git submodules * Update oslo.messaging from branch 'master' to 3c8dd7d290a222abc864bd36c2180f4afc60a4c8 - Merge "Add is_admin to safe fields list for notifications" - Add is_admin to safe fields list for notifications We encountered bug 2037312 in unit tests when attempting to get this change rolled out. Heat apparently will attempt to set is_admin using policy logic if it's not passed in for a new context; this breaks as the context we are requested doesn't have all the needed information to exercise the policy logic. is_admin is just a bool; it's not sensitive; easiest route forward is to add it to the safe list Closes-bug: 2037312 Change-Id: I78b08edfcb8115cddd7de9c6c788c0a57c8218a8 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 84d489eead..3c8dd7d290 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 84d489eeadabdc5b3b8d48cc62706633ca598472 +Subproject commit 3c8dd7d290a222abc864bd36c2180f4afc60a4c8