Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement Request: User / password secure handling #3

Open
mtdeguzis opened this issue Jun 15, 2018 · 2 comments
Open

Enhancement Request: User / password secure handling #3

mtdeguzis opened this issue Jun 15, 2018 · 2 comments

Comments

@mtdeguzis
Copy link

mtdeguzis commented Jun 15, 2018

Description

Ideally there should be a prompt or method to read a file for user/password handling. Having this in my bash history isn't ideal.

Crude hackish workaround

./butler jobs export --server https://udajenkins:8444 --username mtdeguzis --password $(read -s password && echo $password)
@icereed
Copy link
Contributor

icereed commented Nov 14, 2018

This would be solved by #6.
When it is merged the username flag may also be provided via environment variable JENKINS_USER and the password via JENKINS_PASSWORD.

@digitalfredy
Copy link

I agree the proposed solution by @icereed in #6

@mtdeguzis to do the way you want you can use https://www.passwordstore.org/ then $(pass your-secret-name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants