cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
662 stars 82 forks source link

kubectl plugin to show current provider and consumer permissions #1188

Closed devdattakulkarni closed 11 months ago

devdattakulkarni commented 1 year ago

Add plugins to show the current provider and consumer permissions. KubePlus includes a utility to grant and update permissions to the provider. Currently, there is no simple way for the provider or the consumer to find out what their current permissions are. The plugins will enable this. (The plugins can use 'kubectl auth can-i' to find out the current permissions for the provider and consumer service accounts and display the output in a nice format).