Hi team, we are trying to implement Phoenix Authentication following the directions in this link. I want to tie 1 or more projects to a user. Is it possible to set up project level access either by way of system or user api keys?
Implementing Phoenix Authentication for Project-Level Access | Arize AI Community
Phoenix does not currently support project-level access control tied to specific users or API keys. The system and user API keys in Phoenix are not designed to restrict access to specific projects. Instead, they provide access to the entire Phoenix instance. According to the Phoenix Authentication documentation, system keys act on behalf of the entire system, and user keys are associated with individual users but do not limit access to specific projects.Would you like more details on how to manage access or any other aspect of Phoenix's authentication features?Sources:
- Phoenix Authentication documentation
馃挕聽Hint: Mention RunLLM in the thread for followups.
Hey Sagar D., thanks for using Phoenix! We don't currently support scoping projects to particular users, although please feel free to file us an enhancement request!