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 committed Oct 15, 2024
1 parent c321efd commit 01719b1
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 @@ -51,6 +51,7 @@ class AppConfig implements IAppConfig {
],
'external' => [
'/^sites$/',
'/^jwt_token_privkey_(.*)$/',
],
'integration_discourse' => [
'/^private_key$/',
Expand Down

0 comments on commit 01719b1

Please sign in to comment.