docs(container_registry): Pass Docker credentials in a safer way
Passing the password/token on the command line is insecure and can easily leak, e.g. via the `ps` command line tool. The here-string syntax `<<<$var` avoids this problem. While there fixed language that could be misread as `CI_REGISTRY_PASSWORD` being a short-lived token. According to https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html#gitlab-cicd-job-token-security the token is long-lifed and needs to be protected.
显示
- doc/ci/jobs/ci_job_token.md 7 个添加, 7 个删除doc/ci/jobs/ci_job_token.md
- doc/user/packages/container_registry/authenticate_with_container_registry.md 8 个添加, 7 个删除...ontainer_registry/authenticate_with_container_registry.md
- doc/user/project/deploy_tokens/index.md 15 个添加, 1 个删除doc/user/project/deploy_tokens/index.md
想要评论请 注册 或 登录