You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for Prometheus servers that uses basic authentication we can use promi with -u parameter, for example:
promi -u http://user:pass@localhost:9090 targets
It will be great if you will add the ability to use Authorization header and/or ~/.netrc file like in curl, for example:
promi -H "Authorization: Basic dXNlcjpwYXNzCg==" targets
promi -n targets # assuming there is ~./netrc file
The text was updated successfully, but these errors were encountered:
Currently for Prometheus servers that uses basic authentication we can use promi with -u parameter, for example:
promi -u http://user:pass@localhost:9090 targets
It will be great if you will add the ability to use Authorization header and/or ~/.netrc file like in curl, for example:
promi -H "Authorization: Basic dXNlcjpwYXNzCg==" targets
promi -n targets # assuming there is ~./netrc file
The text was updated successfully, but these errors were encountered: