A kind of a general question to the dev team: are ...
# prefect-community
a
A kind of a general question to the dev team: are there any plans to allow more granular control over flow execution rights? For example, some of the flows I made are exclusively run automatically by a script (through
client.create_flow_run(_version_group_id_=...)
and there's a chance to screw up some important data if any user tries to run it manually. Another use case I can think of is letting certain members of a team access only specific projects. Thanks!
j
Hi @Arsenii, Prefect Cloud (across all tiers) has roles + permissions concepts. You could, for example, grant someone read-only rights to prevent them from running a flow. However, the permissions are not as granular as the ones you’re looking for (they’re at the team level). We may revisit permission granularity later this year, but no hard plans at this time.
🙇‍♂️ 1