Skip to content

Commit

Permalink
fix(AppConfig): Add external JWT private key to sensitive keys
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Oct 14, 2024
1 parent ec7f360 commit 7edb70a
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 7edb70a

Please sign in to comment.