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

v2.8.2 raw manifests install method is missing jobs RBACs #15298

Closed
3 tasks done
tchellomello opened this issue Aug 31, 2023 · 0 comments · Fixed by #15300
Closed
3 tasks done

v2.8.2 raw manifests install method is missing jobs RBACs #15298

tchellomello opened this issue Aug 31, 2023 · 0 comments · Fixed by #15300
Labels
bug Something isn't working

Comments

@tchellomello
Copy link
Contributor

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug
Whenever installing argoCD via RAW manifests manifests, the argocd-server ClusterRole is missing a RBAC to allow the creation of cronjobs via UI.

To Reproduce

  1. Install ArgoCD as described at https://argo-cd.readthedocs.io/en/stable/#getting-started
  2. Deploy an application which has a cronjob resource
  3. Try to trigger it via UI

Expected behavior

Should work as expected.

Screenshots

image

Version

v2.8

Logs

Paste any relevant application logs here.
argocd-server-c57d6f87d-j2x78 argocd-server time="2023-08-31T02:05:26Z" level=warning msg="finished unary call with code PermissionDenied" error="rpc error: code = PermissionDenied desc = jobs.batch is forbidden: User \"system:serviceaccount:argocd:argocd-server\" cannot create resource \"jobs\" in API group \"batch\" in the namespace \"default\"" grpc.code=PermissionDenied grpc.method=RunResourceAction grpc.service=application.ApplicationService grpc.start_time="2023-08-31T02:05:26Z" grpc.time_ms=74.363 span.kind=server system=grpc
@tchellomello tchellomello added the bug Something isn't working label Aug 31, 2023
@tchellomello tchellomello changed the title v2.8 raw manifests install method is missing jobs RBACs v2.8.2 raw manifests install method is missing jobs RBACs Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant