I’m currently experimenting on Metaflow. I followed the documentation and was able to deploy an aws setup with the given cloud formation template. My question is why is that I’m always getting a:
message: "Missing Authentication Token"
when I access METAFLOW_SERVICE_URL in the browser, even if I made sure that the APIBasicAuth was set to false during the creation of cloudformation? Shouldn’t this setting make the metadata/metaflow service accessible without the authentication/api key? How can I resolve this? Or is this expected? That is, I cannot really view the metadata/metaflow service url via browser?
Thanks in advance