cloudacode / mlflow-oauth-sidecar

How to authentication in MLflow using an external IDP
13 stars 1 forks source link

Experiment permissions for specific users? #3

Open retzero opened 5 months ago

retzero commented 5 months ago

Hello. Is it possible to set experiment permissions for the selected users?

kcfigaro commented 5 months ago

Hello @retzero No. OAuth Proxy only handles authentication and MLflow's own permissions do not apply. Since the OAuth proxy is passing the X-Forwarded-User/Email to the upstream server via header, it might be possible to authorize or bind the permission on the MLflow side.