Skip to content

Commit

Permalink
Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys…
Browse files Browse the repository at this point in the history
…-external-jwt-private-key
  • Loading branch information
provokateurin authored Oct 15, 2024
2 parents 832695d + 7edb70a commit cbcbe8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ private function getSensitiveKeys(string $app): array {
],
'external' => [
'/^sites$/',
'/^jwt_token_privkey_(.*)$/',
],
'integration_discourse' => [
'/^private_key$/',
Expand Down

0 comments on commit cbcbe8a

Please sign in to comment.