non interactively get past request for e mail address
See original GitHub issueProblem
when I run streamlit for the first time in a docker container, I get an interactive request for my e-mail address. Since i’m running this inside of kubernetes, it would be nice to be able to provide an e mail address or bypass this query in a noninteractive way.
Solution
Right now I am setting the e mail by copying a file into ~/.streamlit/credentials.toml
, but it took me a minute to find that and it seems like it should be possible to set this some other way. Potentially by providing an e mail address to the commandline.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Non-interactive auth
Non -interactive auth. Here we describe how to do auth with a package that uses gargle, without requiring any user interaction. This comes...
Read more >Active Directory - Non-Interactive Service Accounts
Requesting a Service Account · Make sure the account has at least a 12-character password · E-mail activedirectory@doit.wisc.edu with the ...
Read more >Non-interactive logins: minimizing the blind spot
Audit the assignment of credentials to applications that allow non-interactive sign-in by the application. Look for unexpected trust ...
Read more >Gmailr without selecting a pre-authorised account in R
It asks that the gmailr package is requesting access to your Google account. Select a pre-authorised account or enter '0' to obtain a...
Read more >Setting a Windows Non-Interactive User Account - Server Fault
With a Group Policy. Go to Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> User Rights Assignment and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am running streamlit as root in the docker container so here is the exact docker build command I am using:
Any solution to this? I tried adding a “credentials.toml” the same way it’s done here but no success. This completely prevents any further usage for us, as all deployments happen through docker.