disposab1e / sealed-secrets-operator-helm

[DEPRECATED] Sealed Secrets Operator (Helm) installs Sealed Secrets in OpenShift and Kubernetes.
http://sealed-secrets-operator-helm.rtfd.io/
Apache License 2.0
10 stars 16 forks source link

Rolle concept #10

Open PathogenDE opened 4 years ago

PathogenDE commented 4 years ago

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