Can you please go into detail about the role concept of the Operator?
Seeing the file at https://github.com/disposab1e/sealed-secrets-operator-helm/blob/master/guides/ocp4/manual/role.yaml it seems like that the operator requires quite a lot of access to work. Or could the resources and verbs be broken down into more detail to reduce the permissions of the operator and the operator still work fine?
What kind of resources does the Operator, list, get, create, watch, update, delete and patch during normal operation?
Hi,
Can you please go into detail about the role concept of the Operator? Seeing the file at https://github.com/disposab1e/sealed-secrets-operator-helm/blob/master/guides/ocp4/manual/role.yaml it seems like that the operator requires quite a lot of access to work. Or could the resources and verbs be broken down into more detail to reduce the permissions of the operator and the operator still work fine?
Thanks