permission-manager icon indicating copy to clipboard operation
permission-manager copied to clipboard

Feature Request: Ability to select different subject Kind(s)

Open svilenkov opened this issue 1 year ago • 0 comments

It would be great to have the ability to specify different subject Kind(s) for example:

subjects:
# Google Cloud user account
- kind: User
  name: [email protected]
# Kubernetes service account
- kind: ServiceAccount
  name: johndoe
# IAM service account
- kind: User
  name: [email protected]
# Google Group
- kind: Group
  name: [email protected]

This would allow easy mapping between Google Cloud user acocunts and ClusterRoleBinding

Likely related to: #42

svilenkov avatar Nov 10 '22 10:11 svilenkov