-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins 2.204.2 JDK Oracle 8 (202)
I use "Project-based Matrix Authorization Strategy ".
I set the group "Authenticated Users" with permission overall read, job read, credential view, view read.
If a user try to call an api with a token like: `curl -u myuser:123456 -v -H 'Accept: application/json' https://jenkins/api/json` then the response is 403 with a HTML body in which I have "myuser is missing the Overall/Read permission"
If I add a "overall read" permission on the "myuser" itself, then the api is working (200 + data)
Does this mean that authenticating via a token do not add the 'authenticated' group ? Is this wanted? if so why not a "tokens" group ?