jerqi commented on code in PR #9380:
URL: https://github.com/apache/gravitino/pull/9380#discussion_r2592170280


##########
docs/iceberg-rest-service.md:
##########
@@ -284,6 +284,29 @@ The detailed configuration items are as follows:
 
 Please refer to [Credential vending](./security/credential-vending.md) for 
more details.
 
+### Access control
+
+#### Prerequisites
+
+To use access control with the Iceberg REST service:
+
+1. Enable authorization in the Gravitino server by setting 
`gravitino.authorization.enable = true`
+2. Use the [dynamic configuration 
provider](#dynamic-catalog-configuration-provider) to retrieve catalog 
configurations from Gravitino
+
+Please refer to [Access Control](./security/access-control.md) for details on 
how to configure authorization, create roles, and grant privileges in Gravitino.
+
+#### How access control works
+
+When access control is enabled:
+
+1. Clients authenticate with the Iceberg REST service (Now we supports Basic 
auth and OAuth2)

Review Comment:
   Fixed.



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