Resolve "Automatically provide a Deploy Token to projects when Auto DevOps is enabled"
Merged
requested to merge 46075-automatically-provide-deploy-token-when-autodevops-is-enabled into master
Automatize the Deploy Token creation
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.
package-and-qa
manual pipeline job)Closes #46075 (closed)