We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So far the workflow sa role only has access to workflowtaskresults. Think it might be better to make it more flexible allowing users to add extra permissions into the service account role. https://github.com/argoproj/argo-helm/blob/main/charts/argo-workflows/templates/controller/workflow-role.yaml#L13-L20
workflowtaskresults
argo-workflows
Add a block similar to Argo events' sa role: https://github.com/argoproj/argo-helm/blob/main/charts/argo-events/templates/argo-events-controller/rbac.yaml#L28-L30
No response
The text was updated successfully, but these errors were encountered:
Also prob worth having it here too: https://github.com/argoproj/argo-helm/blob/main/charts/argo-workflows/templates/controller/workflow-controller-cluster-roles.yaml
It seems I can't see pod logs because i can't add pod/logs permission if I use this created role here
pod/logs
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
So far the workflow sa role only has access to
workflowtaskresults
. Think it might be better to make it more flexible allowing users to add extra permissions into the service account role.https://github.com/argoproj/argo-helm/blob/main/charts/argo-workflows/templates/controller/workflow-role.yaml#L13-L20
Related helm chart
argo-workflows
Describe the solution you'd like
Add a block similar to Argo events' sa role: https://github.com/argoproj/argo-helm/blob/main/charts/argo-events/templates/argo-events-controller/rbac.yaml#L28-L30
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: