Hi there, I'm evaluating Prefect for a client of m...
# prefect-ui
a
Hi there, I'm evaluating Prefect for a client of mine. Just wanted to know whether we can restrict users from overriding kubernetes service account when they trigger the flows. We control resource access through AWS IRSA and letting users override service accounts would be a security nightmare.
a
it depends a lot on who your users are and how they are using Prefect - if they can write Python and can create new deployments/register flows, then you can't enforce that directly unless you'd use RBAC, which is an enterprise feature I encourage you to ask sales@prefect.io - they can answer this one better than I can since this is essentially RBAC/user management question
a
@Anna Geller It was about Prefect 1.0. But I want to understand whether this is doable in Prefect 2.0 as well. Our plan is to allow our users to develop/test flows locally but they won't have access to register the flows, this would be done by the admins.
a
all definitely doable but you'd need to talk to sales@prefect.io about that