⚠️ This issue respects the following points: ⚠️
Bug description
This is basically a copy of nextcloud/all-in-one#8317 but apparently this never was reported for the server component.
When running occ config:list system (as recommended for support request in the forum) some jwt_secret values are removed, but not all.
Steps to reproduce
- Run
occ config:list system
- The
jwt_secret for onlyoffice is shown as ***REMOVED SENSITIVE VALUE*** as expected.
- The
jwt_secret for eurooffice is shown in full.
Example:
$ occ config:list system | grep -C2 jwt_secret
"onlyoffice": {
"editors_check_interval": 0,
"jwt_secret": "***REMOVED SENSITIVE VALUE***",
"jwt_header": "AuthorizationJwt"
},
--
"eurooffice": {
"editors_check_interval": 0,
"jwt_secret": "121a9a87872516cc07500b570cbf54c175cae10d",
"jwt_header": "AuthorizationJwt"
},
Expected behavior
The jwt_secret for eurooffice should be shonw with sensitive values removed.
Nextcloud Server version
33
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
Additional info
No response
Bug description
This is basically a copy of nextcloud/all-in-one#8317 but apparently this never was reported for the server component.
When running
occ config:list system(as recommended for support request in the forum) somejwt_secretvalues are removed, but not all.Steps to reproduce
occ config:list systemjwt_secretforonlyofficeis shown as***REMOVED SENSITIVE VALUE***as expected.jwt_secretforeuroofficeis shown in full.Example:
Expected behavior
The
jwt_secretforeuroofficeshould be shonw with sensitive values removed.Nextcloud Server version
33
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response