-
Hi! I'm looking for a method to enable log rbac in ArgoCD managed by argocd-operator. Documentation in ArgoCD suggests to set I've looked around in
...but it´s not immediate clear that I've also searched for an option similar to Any ideas? Not possible to enable log RBAC-enforcement with operator? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
One can use spec:
extraConfig:
server.rbac.log.enforce.enable: "true" |
Beta Was this translation helpful? Give feedback.
One can use
argocd.spec.extraConfig
for additional parameters you want to set inargocd-cm
. For example: