roryqi commented on code in PR #10704:
URL: https://github.com/apache/gravitino/pull/10704#discussion_r3085189184


##########
docs/iceberg-rest-service.md:
##########
@@ -130,12 +130,16 @@ If you are using multiple JDBC catalog backends, setting 
`jdbc-initialize` to tr
 
 Use the REST backend to proxy another Iceberg REST catalog server (IRC2). The 
Gravitino Iceberg REST service acts as IRC1 and forwards catalog operations to 
IRC2.
 
-| Configuration item                       | Description                       
                                                                                
            | Default value | Required | Since Version |
-|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|---------------|----------|---------------|
-| `gravitino.iceberg-rest.catalog-backend` | The Catalog backend of the 
Gravitino Iceberg REST catalog service. Use the value **`rest`** for the REST 
catalog backend.     | `memory`      | Yes      | 0.2.0         |
-| `gravitino.iceberg-rest.uri`             | The Iceberg REST catalog URI 
(IRC2), such as `http://127.0.0.1:9001/iceberg`.                                
                 | (none)        | Yes      | 0.2.0         |
-| `gravitino.iceberg-rest.warehouse`       | The catalog name in the Iceberg 
REST spec. Set to a specific catalog name, or leave empty to use the default 
catalog on IRC2. | (none)        | No       | 0.2.0         |
-| `gravitino.iceberg-rest.data-access`     | Data access mode exposed to 
Iceberg REST clients via `/v1/config`. Supported values: `vended-credentials`, 
`remote-signing`.  | (none)        | No       | 1.3.0         |
+By default, when the backend catalog is a REST catalog, IRC1 skips 
authorization and behaves as a proxy. IRC2 handles authorization. If you want 
IRC1 to keep authorization checks, set 
`gravitino.iceberg-rest.skip-authorization-for-rest-backend=false`.

Review Comment:
   we only skip authorization for rest catalog. We don't skip local catalogs 
auhorization.



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