Skip to content

Resolve "Automatically provide a Deploy Token to projects when Auto DevOps is enabled"

What does this MR do?

Automatize the Deploy Token creation

Why was this MR needed?

When Auto DevOps is used for private or internal projects, the registry will not be accessible by Kubernetes after the deploy jobs is over. This prevents the cluster from fetching the image again in the future in case it needs it (scaling, failures, etc).

The solution is to create a Deploy Token that will be used as a permanent access to the registry.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #46075 (closed)

Edited by Kamil Trzciński | At GitLab Summit

Merge request reports