shreemaan-abhishek opened a new pull request, #13409: URL: https://github.com/apache/apisix/pull/13409
### Description The GCP secret backend (`apisix/secret/gcp.lua`) and the `google-cloud-logging` plugin both read a credentials file configured via `auth_file`. When that file fails to parse as JSON, the error message embedded the entire raw file content. This change reports the configured `auth_file` path in the parse-failure message instead of the file content, making it consistent with the adjacent read-failure and schema-check error messages in the same functions. The underlying JSON decode error is still included. #### Which issue(s) this PR fixes: N/A ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [x] I have added tests corresponding to this change - [ ] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible (If not, please discuss on the [APISIX mailing list](https://github.com/apache/apisix/tree/master#community) first) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
