freesinger commented on PR #10818:
URL: https://github.com/apache/gravitino/pull/10818#issuecomment-4302572484
In many deployments, authentication/authorization is enforced before the
request reaches Gravitino, for example by an API gateway, reverse proxy,
ingress, or servlet filter. In our environment, IAM is one such concrete
example.
When that layer rejects a request (e.g. missing/expired credentials or
permission denied), it may return 401/403 with an empty or non-JSON body, and
Gravitino never gets a chance to format it as ErrorResponse.
--
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]