flyrain commented on code in PR #1472: URL: https://github.com/apache/polaris/pull/1472#discussion_r2063991050
########## site/content/in-dev/unreleased/access-control.md: ########## @@ -159,7 +159,7 @@ To grant the full set of privileges (drop, list, read, write, etc.) on an object | CATALOG_MANAGE_METADATA | Enables full management of the catalog, catalog roles, namespaces, and tables. | | CATALOG_READ_PROPERTIES | Enables listing catalogs and reading properties of the catalog. | | CATALOG_WRITE_PROPERTIES | Enables configuring catalog properties. | -| NAMESPACE_ATTACH_POLICY | Enables attaching policy to a catalog. All entities registered under the namespace will inherit this policy unless they have a different policy of the same type. Only inheritable policy such as, table compaction and snapshot expiry policy are allowed in this level. | +| CATALOG_ATTACH_POLICY | Enables attaching policy to a catalog. All entities registered under the catalog will inherit this policy unless they have a different policy of the same type. Only inheritable policy such as, table compaction and snapshot expiry policy are allowed in this level. | Review Comment: API spec should be the source of truth, but agreed we should add more doc for entity hierarchy and how policy inheritance works. We could add them in this page, https://polaris.apache.org/in-dev/unreleased/entities/. cc @HonahX. -- 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]
