What is the lifetime of gitlab $CI_JOB_TOKEN

9/28/2017

Given this login: docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.example.com

What is the lifetime of the login? Specifically for use with kubernetes deployments. Will kubernetes need an actual gitlab user created for it to restart nodes and re-pull images?

-- north.mister
docker
gitlab
gitlab-ci
kubernetes

0 Answers