Hi! I'm new to Phoenix. I'm setting up an instance of Phoenix for testing. I've got it running and a few test users created with data being logged. I'm wondering, is it possible to grant project access to only specific users/groups? Like if I have project1, I only want users A,B to have access and project2 to only be accessible to users C, D?
Phoenix currently supports role-based access control (RBAC) at the user level (admin/member), but it does not provide project-level access restrictions鈥攎eaning all users on an instance can see all projects and traces. There is no built-in way to assign project access to specific users or groups; project isolation by user is not supported as of now. For strict project-level isolation, you would need to deploy separate Phoenix instances for each project or use the enterprise Arize platform, which supports orgs and workspaces with finer access controls (source, source).Would you like more detail on possible workarounds or future roadmap for this feature?Sources: - https://github.com/Arize-ai/phoenix/issues/4980 - https://docs.arize.com/phoenix/settings/access-control-rbac
馃挕聽Hint: Mention RunLLM in the thread for followups.
Thanks Mikyo!
