Commit 5d77c5f3 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'doc-user_login-JWT-payload' into 'master'

docs - add user_login to the JWT payload

See merge request gitlab-org/gitlab!50212
parents 58253bfe ff2677db
......@@ -47,6 +47,7 @@ The JWT's payload looks like this:
"project_id": "22", #
"project_path": "mygroup/myproject", #
"user_id": "42", # Id of the user executing the job
"user_login": "myuser" # GitLab @username
"user_email": "myuser@example.com", # Email of the user executing the job
"pipeline_id": "1212", #
"job_id": "1212", #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment