Using Argo Workflows with RBAC #1420
Unanswered
daniel-anova
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Argo Workflows with RBAC enabled.
I was using the created admin, edit and view aggregated roles to give users access to use Argo from the UI.
It seemed to work until I realized the UI logs didn't show due to missing permissions for
pod
,pod/log
, etc argoproj/argo-workflows#8760I'm unsure if this is the intended behavior and I'm supposed to create custom roles with the needed kubernetes permissions to have full UI functionality or if the permissions are simply missing from the aggregated roles.
Can someone clarify?
Beta Was this translation helpful? Give feedback.
All reactions