Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Component/s: authentication-tokens-plugin
-
Labels:None
-
Similar Issues:
Description
Trying to make requests with the new tokens https://jenkins.io/blog/2018/07/02/new-api-token-system/
But allways get 403 forbidden
wget http://auto:NEWSECRETTOKEN@myhost:8180/job/MyJobName/build?token=remotetoken
User auto has Overall read permissions and Job read/build/workspace permissions.
Role based permissions are used.
Also tried to make request with admin user but with the same 403 forbidden as a result. What could be the problem?