jerqi commented on code in PR #9380: URL: https://github.com/apache/gravitino/pull/9380#discussion_r2601241014
########## docs/iceberg-rest-service.md: ########## @@ -676,3 +699,128 @@ sh ./dev/docker/build-docker.sh --platform linux/arm64 --type iceberg-rest-serve ``` You could try Spark with Gravitino REST catalog service in our [playground](./how-to-use-the-playground.md#using-apache-iceberg-rest-service). + +## Quick Start: Enable Access Control for Iceberg REST Server + +To enable access control for the Iceberg REST server using Gravitino's dynamic configuration provider, follow these steps: + +### 1. Enable Authorization and Dynamic Config Provider + +Add the following to your Gravitino server configuration file (`gravitino.conf`) if running the Iceberg REST server as an auxiliary service (recommended for access control): 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]
