Based on the research, here's what you need to know about implementing read-only access to the Prefect dashboard:
1.
Prefect Cloud Solution:
If you're using Prefect Cloud (Pro or Enterprise tier), you can implement read-only access through Role-Based Access Control (RBAC). This allows you to:
- Create custom roles with limited permissions
- Assign users specific read-only access
- Control access at both account and workspace levels
The detailed documentation for managing roles can be found here:
https://docs-3.prefect.io/v3/how-to-guides/cloud/manage-users/manage-roles
2.
Prefect Open Source Server:
If you're running the open-source Prefect server, there isn't a built-in way to implement read-only access. The server doesn't include role-based access control features.
Would you like me to:
1. Provide more specific details about setting up RBAC in Prefect Cloud?
2. Explore alternative approaches if you're using the open-source server?
Please let me know which situation applies to you, and I'll provide more targeted information.