diff options
author | provokateurin <kate@provokateurin.de> | 2024-10-14 10:42:06 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-10-15 08:41:55 +0000 |
commit | 7e48a12088ef85373f3c262dc8fcdcc21ebb5f5b (patch) | |
tree | de1187d274c4117d6f2408474e9c5bff75d770cd | |
parent | c03ff3c6c8a930f5171fb0af739d1b6871bceb36 (diff) | |
download | nextcloud-server-backport/48682/stable29.tar.gz nextcloud-server-backport/48682/stable29.zip |
fix(AppConfig): Add external JWT private key to sensitive keysbackport/48682/stable29
Signed-off-by: provokateurin <kate@provokateurin.de>
-rw-r--r-- | lib/private/AppConfig.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index 59c35b0869d..094fa24eaff 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -1461,6 +1461,7 @@ class AppConfig implements IAppConfig { ], 'external' => [ '/^sites$/', + '/^jwt_token_privkey_(.*)$/', ], 'integration_discourse' => [ '/^private_key$/', |