Locking down web accessible items
So I have a stupid question, still trying to understand how all of this works. whenever I deploy a pod, for Text Generation Web UI and APIs I get a list of services that are available via http from the get go.
I already added a key so the web interface is locked but I still need to lock down the file upload, visual studio code, and juniper notebook.
Does anyone have a where I can read up on how to do this?
3 Replies
So, you want to like lock the access to those other ports?
You can just edit your pod from the left button beside connect
then remove the ports you don't wanna use
Or if you want to password protect them, you will need to change the template code or find a similar feature to password protect in each of those application
ty @nerdylive I'll take the easy route and get rid of those ports
Alright sure, your welcome!