Replies: 2 comments 6 replies
-
A label can always be overridden by a user with sufficient permissions in k8s, so I'm not sure that #7222 is the right approach or that #7215's ask is even possible. It's definitely not the right approach, permission-wise.
You can use SSO RBAC for this: only grant an SA with the appropriate permissions to users who are part of the groups. SAs are part of the k8s RBAC model and so are a more appropriate approach. |
Beta Was this translation helpful? Give feedback.
-
@agilgur5 Thanks for your comment.
I don't know if this is possible currently somehow. |
Beta Was this translation helpful? Give feedback.
-
Hi,
When a user creates a workflow from workflow template from Argo UI, we want to get current logged in user's groups so that we can validate if the user is allowed to run the script.
We also want to ensure that this label can't be overrriden.
There was some work on protecting reserved labels here but it was not finished since last 3 years,
#7222
Is this something that can be achieved in the near future or is there any alternative way to do user validation?
Beta Was this translation helpful? Give feedback.
All reactions