bland-beach-18078
08/11/2023, 10:58 AMMETAFLOW_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