justinmclean commented on code in PR #8136: URL: https://github.com/apache/gravitino/pull/8136#discussion_r2281226874
########## docs/manage-policies-in-gravitino.md: ########## @@ -0,0 +1,443 @@ +--- +title: "Manage policies in Gravitino" +slug: /manage-policies-in-gravitino +date: 2025-08-04 +keyword: policy management, policy, policies, Gravitino, data governance +license: This software is licensed under the Apache License version 2. +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Introduction + +Starting from 1.0.0, Gravitino introduces a new policy system that allows you to manage policies for +metadata objects. Policies are a set of rules that can be associated with a metadata +object for data governance and so on. Review Comment: and similar purposes. -- 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]
