roryqi opened a new issue, #12179: URL: https://github.com/apache/gravitino/issues/12179
### Describe the feature Support associating policies with tags so a policy can be linked to a tag and then applied to metadata objects through the tag relationship. ### Motivation PR #12177 defines the Policy -> Tag -> Metadata Object model. The server needs persistent storage and REST APIs for the direct Policy <-> Tag association before higher-level inheritance/resolution can build on it. ### Describe the solution Add a policy_tag_relation_meta table, relational mapper/service support, dispatcher/manager APIs, REST endpoints to list tags for a policy and list/associate policies for a tag, and targeted tests. ### Additional context Based on the design in #12177. -- 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]
