pub const SECRETS_WRITER_ROLE_NAME: &str = "bindy-secrets-writer";Expand description
Namespaced Role granting the operator the mutating verbs on Secrets (B-5 hardening).
The operator ClusterRole grants only read-only (get/list/watch) on Secrets cluster-wide; create/update/patch/delete are confined to this namespaced Role, bound only in the operator namespace.