hi, metaflow fan here with a question about metada...
# ask-metaflow
b
hi, metaflow fan here with a question about metadata service auth. I'm running metaflow on k8s on azure: metaflow service is the only thing that is exposed publicly (accessible at
METAFLOW_SERVICE_URL
). now this service (ingress) does not have any auth out of the box. I am curious to see what other are doing to secure this component. I'm still setting up authentication, but the idea is to create an azure role, something like "Metaflow Contributor", that grants metaflow developers in our company access to k8s (for
--with kubernetes
) and azure storage (for storage..). Is there a recommended way I can use azure-based authentication to manage access to the metaflow service? I'm assuming I have to instruct the metaflow client library to be able to authenticate with such a custom setup? or maybe I'm misunderstanding. thank youuu
1
👀 1