Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-external-jwt-private-key

This commit is contained in:
Kate 2024-10-15 10:38:16 +02:00 committed by GitHub
commit cbcbe8a83c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1432,6 +1432,7 @@ class AppConfig implements IAppConfig {
],
'external' => [
'/^sites$/',
'/^jwt_token_privkey_(.*)$/',
],
'integration_discourse' => [
'/^private_key$/',