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

Improve security by removing password from commandline #25

Closed
mjavier2k opened this issue Jun 30, 2020 · 1 comment · Fixed by #30
Closed

Improve security by removing password from commandline #25

mjavier2k opened this issue Jun 30, 2020 · 1 comment · Fixed by #30
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest security

Comments

@mjavier2k
Copy link
Owner

mjavier2k commented Jun 30, 2020

see comment on prometheus/docs#1683

Possible solution is to use a config file like the following

endpoint: https://192.168.1.2/json-rpc/11.3
auth:
   username: username
   password: password 
port: 1234
insecure: true
timeout: 30
@mjavier2k mjavier2k self-assigned this Jul 1, 2020
@mjavier2k mjavier2k added security enhancement New feature or request labels Jul 1, 2020
@neufeldtech
Copy link
Collaborator

@mjavier2k bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest security
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants