-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
secrets appear on errors in logfile (#261)
With PHP>=8.2 they will appear like this: ``` /var/www/html/apps-extra/app_api/lib/Service/AppAPIService.php line 89 OCA\AppAPI\Service\AppAPIService->requestToExAppInternal( [ "OCA\\AppAPI\\Db\\ExApp", 3 ], "POST", "http://host.docker.internal:9031/video_to_gif", [ "SensitiveParameterValue" ] ) ``` Also adjustments in the Nextcloud Server required, to hide headers in `IClient` calls, we cannot do it from AppAPI side. Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters