jerryshao commented on code in PR #10704:
URL: https://github.com/apache/gravitino/pull/10704#discussion_r3084834673
##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergConstants.java:
##########
@@ -101,6 +101,8 @@ public class IcebergConstants {
public static final String ICEBERG_REST_DEFAULT_METALAKE = "gravitino";
public static final String ICEBERG_REST_DEFAULT_CATALOG = "default_catalog";
public static final String ICEBERG_REST_DEFAULT_DYNAMIC_CATALOG_NAME =
"default-catalog-name";
+ public static final String ICEBERG_REST_SKIP_AUTHORIZATION_FOR_REST_BACKEND =
+ "skip-authorization-for-rest-backend";
Review Comment:
authentication or authorization?
--
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]