FANNG1 commented on code in PR #7567:
URL: https://github.com/apache/gravitino/pull/7567#discussion_r2183968926


##########
iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/RESTService.java:
##########
@@ -110,6 +112,9 @@ private void initServer(IcebergConfig icebergConfig) {
         new AbstractBinder() {
           @Override
           protected void configure() {
+            bind(IcebergRESTAuthInterceptionService.class)

Review Comment:
   Could we not register InterceptionService like 
https://github.com/apache/gravitino/pull/7566? 



-- 
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]

Reply via email to