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 <kate@provokateurin.de>
  • Loading branch information
provokateurin authored and backportbot[bot] committed Oct 15, 2024
1 parent 8ab31fd commit 091428f
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 091428f

Please sign in to comment.