Skip to content

Allow a job token to identify himself on /job

Ahmet Demir requested to merge ahmet2mir/gitlab:allow-job-identiy-self into master

What does this MR do?

Allow a CI job token to retrieve self job using that token.

For example the endpoint /user exists for access token only, add the same endpoint on /job but for job token only

Partially solve #24123 (closed).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

What additional test coverage or changes to tests will be needed? added same tests than other user and job Will it require cross-browser testing? no because it's an api update only

Edited by Ahmet Demir

Merge request reports