Hello all prefect folks! I have a quick question: ...
# ask-community
p
Hello all prefect folks! I have a quick question: can i somehow "force" prefect-ui to use network of container in which its deployed? I deployed whole stack on k8s and right now i need to forward apollo to my localhost to use ui ( i dont want to expose anything without auth)
j
Hi @Paweł the UI isn’t necessarily deployed from a container but instead served from it. The URL is loaded client side so wherever you are accessing the UI (e.g. your computer) it needs to also be able to communicate with the Apollo endpoint
p
i understand , but is there any auth option for Apollo?
j
Currently there is no intention to bake auth into the open source server at this time. From what we have seen users deploy the server inside a private network or switch to using Prefect Cloud. Some more information outlined here
upvote 2
p
Thanks I will check