jerryshao commented on code in PR #6021:
URL: https://github.com/apache/gravitino/pull/6021#discussion_r1898370204
##########
iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/listener/api/event/IcebergRequestContext.java:
##########
@@ -84,6 +98,15 @@ public Map<String, String> httpHeaders() {
return httpHeaders;
}
+ /**
+ * Checks if the request is for credential vending.
+ *
+ * @return true if the request is for credential vending, false otherwise.
+ */
+ public boolean isRequestCredentialVending() {
Review Comment:
Can we rename to `requestCredentialVending`?
--
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]