Skip to content

Commit 7edb70a

Browse files
committed
fix(AppConfig): Add external JWT private key to sensitive keys
Signed-off-by: provokateurin <[email protected]>
1 parent ec7f360 commit 7edb70a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/private/AppConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,7 @@ private function getSensitiveKeys(string $app): array {
14321432
],
14331433
'external' => [
14341434
'/^sites$/',
1435+
'/^jwt_token_privkey_(.*)$/',
14351436
],
14361437
'integration_discourse' => [
14371438
'/^private_key$/',

0 commit comments

Comments
 (0)