<@U06RKAMK0UC> is there RBAC functionality on Flyt...
# ask-ai
s
@ancient-wolf-19325 is there RBAC functionality on Flyte?
j
Reasoning Complete! 🤖 🔍 Searched knowledge base: I need to check the official documentation and resources to confirm if Flyte has built-in RBAC features and how they are implemented. • Searching over 10 data sources from the following: File, Github File, Github Issue, Web • Found 52 documents that could be relevant from the following data sources: Github File, Github Issue, Github Pull Request, Web Content. • Filtered down to the top 30 most relevant documents. ✍️ Generated answer: I have confirmed that Flyte now supports RBAC, but it is a new feature that needs to be enabled and configured. I have enough information to answer your question clearly.
RBAC (Role-Based Access Control) is now available in open source Flyte as of early 2025, with project/domain isolation and authorization middleware implemented in FlyteAdmin. This feature is configurable via Helm charts, allowing you to enable RBAC and define rules for resource access at the project and domain level, and supports both cluster-scoped and namespace-scoped deployments. See the merged PR and chart updates for details on enabling and configuring RBAC in your deployment (Flyte Admin RBAC + Project/Domain Isolation, feat(charts/flyte-core): allow configuring the RBAC rules as namespace scoped, flyte-core values.yaml). Previously, RBAC was only available in managed Flyte (Union Cloud), but now open source Flyte supports it natively. You can enable RBAC by setting the appropriate flags in your Helm values and defining your access rules. Would you like more detail on how to configure or use RBAC in Flyte? Sources: - Flyte Admin RBAC + Project/Domain Isolation - feat(charts/flyte-core): allow configuring the RBAC rules as namespace scoped - flyte-core values.yaml 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
f
I think RunLLM is hallucinating