Skip to content

Commit cbcbe8a

Browse files
Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-external-jwt-private-key
2 parents 832695d + 7edb70a commit cbcbe8a

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)