MonkeyCanCode opened a new pull request, #2701:
URL: https://github.com/apache/polaris/pull/2701

   Implementation for policy management via Polaris CLI 
(https://github.com/apache/polaris/issues/1867). 
   
   Here are the subcommands to API mapping:
   ```
   attach
    - PUT 
/polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}/mappings
   create
    - POST 
/polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}/mappings
   delete
    - DELETE /polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}
   detach
    - POST 
/polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}/mappings
   get
    - GET /polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}
   list
    - GET /polaris/v1/{prefix}/namespaces/{namespace}/policies 
      - This is default for `list` operation
    - GET /polaris/v1/{prefix}/applicable-policies
      - This is when we have `--applicable` option provided
   update
    - PUT /polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}
   ```


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