argo-events icon indicating copy to clipboard operation
argo-events copied to clipboard

Argo Event with SSO RBAC enabled

Open maxisam opened this issue 1 year ago • 0 comments

Describe the bug Connection closed to api/v1/stream/events/argo-workflows?listOptions.fieldSelector=involvedObject.kind=EventSources,involvedObject.name=webhook

To Reproduce

  1. Enable SSO.RBAC
  2. Create a webhook event source as the example from the doc

Expected behavior Should be able to see logs when login as Admin user

Screenshots image

If I add the following code to argo-workflows-admin, it will work as expected

      -   apiGroups:
            - ''
          resources:
            - pods
            - pods/log
          verbs:
            - get
            - list
            - watch
image

Environment (please complete the following information):

  • Kubernetes: 1.19.4
  • Argo: v3.3.9
  • Argo Events: v1.7.1

Additional context Add any other context about the problem here.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

maxisam avatar Sep 06 '22 20:09 maxisam