Replies: 2 comments
-
Single propeller multiple admins will not work as it has to communicate- but you can deploy different propellers per namespace m. You just have to make sure you start each propeller with limit namespace parameter |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also talk to union.ai - it has RBAC |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently trying to deploy Flyte in a multi-tenant architecture.
Since user RBAC is currently not supported in Flyte Console and Flyte Admin (granting and limiting users access to specific project-domains), I am trying to deploy multiple control planes inside my Cluster.
Let's say I have namespace A, and namespace B, each containing a Flyte control plane. I'll be able to implement RBAC using my own auth provider, and granting access to each user on their specific flyte console and admin. However, I am not sure on what would be the better approach for the data-plane:
Is there a recommended way of proceeding ?
Also, do you plan on supporting user's RBAC ?
Thanks a lot,
Beta Was this translation helpful? Give feedback.
All reactions