I have a question regarding using the metaflow bac...
# ask-metaflow
i
I have a question regarding using the metaflow backend service to handle authentication to the storage bucket. I am running metaflow in kubernetes and I am developing a helm chart that will create a service account, role, etc. to essentially run a
python flow_name.py argo-workflows create
command. I'm currently running into a storage.objects.get access issue in GCP because I didn't give my service account access to the metaflow artifacts bucket. Before I enable access, is it possible to proxy access through the metaflow backend service?
a
hi! the auth requests are not brokered by the metaflow backend service. the backend service is only used to power the ui