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
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
We are using jenkin_exporter directly with python and we are trying to authenticate, but it does not seems to work.
We are using it with basic auth in the url, but it gives 403. python -u jenkins_exporter.py -j https://user:[email protected] -p 9118
If we give it throught the args (--user --password) it freeze, and does nothing. python -u jenkins_exporter.py -j https://url.com -p 9118 --user user --password password
How does the athentication works? the server must have a special configuration?
Bye
The text was updated successfully, but these errors were encountered:
403 - Forbidden Seems like some kind of access permission issue.
Your credential is valid but your account does not have the access permission to use Jenkins API.
Check your permission by executing some API queries manually through curl or browser
(eg:- http://jenkins_ip:8080/api/json?tree=jobs[fullName%2Curl] ) .
Hi,
We are using jenkin_exporter directly with python and we are trying to authenticate, but it does not seems to work.
We are using it with basic auth in the url, but it gives 403.
python -u jenkins_exporter.py -j https://user:[email protected] -p 9118
If we give it throught the args (--user --password) it freeze, and does nothing.
python -u jenkins_exporter.py -j https://url.com -p 9118 --user user --password password
How does the athentication works? the server must have a special configuration?
Bye
The text was updated successfully, but these errors were encountered: