Secrets management

This is probably my biggest request as well.

Right now I only have a single secret that I need to manage: my Weights and Biases API key. I currently have a text_input in the app where I can post the API key, but that limits the application usage to people who have knowledge of my API key (me).

I would love to be able to go into the s4a.streamlit.io UI and add a list of key value pairs for a given app that get loaded in as environment variables at container runtime.

2 Likes