You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions from #12925 didn't tell argoproj/argo-helm that they needed to grant events create to anyone who enables the create job feature.
It is possible to get argoproj/argo-helm to add the create events permission by enabling an unrelated feature (Applications in any namespace) argoproj/argo-helm@3f2654d, but this isn't an obvious knob to toggle.
time="2024-10-15T18:06:34Z" level=error msg="Unable to create audit event: events is forbidden: User \"system:serviceaccount:argocd:argocd-server\" cannot create resource \"events\" in API group \"\" in the namespace \"...\"" name=... reason=ResourceActionRan type=Normal user=...
Closing as this has been implemented in the helm chart. Further discussion points to not granting rbac by default to all possible actions. It is the responsibility of the argo users to deploy it with the permissions necessary.
Checklist:
argocd version
.Describe the bug
The instructions from #12925 didn't tell argoproj/argo-helm that they needed to grant events create to anyone who enables the create job feature.
It is possible to get argoproj/argo-helm to add the create events permission by enabling an unrelated feature (Applications in any namespace) argoproj/argo-helm@3f2654d, but this isn't an obvious knob to toggle.
To Reproduce
Create Job
optionExpected behavior
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: