From f7865c0ec768a771a1deea80d7b0f30b0af352f2 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Tue, 12 Dec 2023 16:18:54 +0100 Subject: [PATCH] add changelog Signed-off-by: jkoberg --- changelog/unreleased/fix-policies-jwt-config.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/fix-policies-jwt-config.md diff --git a/changelog/unreleased/fix-policies-jwt-config.md b/changelog/unreleased/fix-policies-jwt-config.md new file mode 100644 index 000000000..1ab77dedf --- /dev/null +++ b/changelog/unreleased/fix-policies-jwt-config.md @@ -0,0 +1,5 @@ +Bugfix: Fix jwt config of policies service + +Removes jwt config of policies service + +https://github.com/owncloud/ocis/pull/7893