xiaoxuandev commented on a change in pull request #4280:
URL: https://github.com/apache/iceberg/pull/4280#discussion_r831498670



##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
##########
@@ -96,6 +102,15 @@
   public static final String GLUE_CATALOG_SKIP_ARCHIVE = "glue.skip-archive";
   public static final boolean GLUE_CATALOG_SKIP_ARCHIVE_DEFAULT = false;
 
+  /**
+   * If set, GlueCatalog will use Lake Formation for access control.
+   * For more credential vending details, see: 
https://docs.aws.amazon.com/lake-formation/latest/dg/api-overview.html
+   * If enabled, the {@link AwsClientFactory} implementation must be {@link 
LakeFormationAwsClientFactory}

Review comment:
       added. thanks




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to