Skip to content
New issue

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

ClusterRole admin , edit , view have no permission about workflowtaskresults #9545

Closed
2 of 5 tasks
shibataka000 opened this issue Sep 8, 2022 · 0 comments · Fixed by #9546
Closed
2 of 5 tasks

ClusterRole admin , edit , view have no permission about workflowtaskresults #9545

shibataka000 opened this issue Sep 8, 2022 · 0 comments · Fixed by #9546
Labels

Comments

@shibataka000
Copy link
Contributor

Checklist

  • Double-checked my configuration.
  • Tested using :latest images.
  • Attached the smallest workflow that reproduces the issue.
  • Attached logs from the workflow controller.
  • Attached logs from the wait container.

Some of above checklist are not necessary in this issue.

Summary

ClusterRole admin , edit , view should have permission about workflowtaskresults, but they don't now.

I install Argo Workflows using https://github.com/argoproj/argo-workflows/releases/download/v3.3.9/install.yaml .

Diagnostics

# Set up cluster.
$ kind create cluster

# Install Argo Workflows.
$ kubectl create namespace argo
$ kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.3.9/install.yaml

# There are no rules about workflowtaskresults in ClusterRole admin, edit, view.
$ kubectl get clusterrole admin -o yaml | grep workflowtaskresults
$ kubectl get clusterrole edit -o yaml | grep workflowtaskresults
$ kubectl get clusterrole view -o yaml | grep workflowtaskresults

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant