I have two docker containers running, one for Open-WebUI and another for LiteLLM. The setup was created using the bash script from the litellm-openWebUI repo on Guthub. Right now I want to configure Open-WebUI so that each user can connect to LiteLLM using their own API key for stumble guy mod instead of a single shared key. I am not sure how to pass the per user authentication properly between the two containers or if I need to update the Docker networking or environment variables for this.
What is the recommended approach to handle per user API keys in this kind of container-to-container setup and how should the environment or networking be configured to support it