youtube image
From YouTube: How to secure your CD pipelines/workflow - 7 Tips

Description

GitLab CI/CD is one of the best solutions in this industry, however, when it comes to deployments, things get more complicated because some of the security features are involved. This video explains what's need to be configured to maximize the security on your deployment pipelines/workflow.

If you have any questions, please leave a comment below or create a new issue in GitLab open source project https://gitlab.com/gitlab-org/gitlab/-/issues/new.

References:

- Permissions: https://docs.gitlab.com/ee/user/permissions.html
- Protected branches: https://docs.gitlab.com/ee/user/project/protected_branches.html
- Protected variables: https://docs.gitlab.com/ee/ci/variables/#protect-a-custom-variable
- Protected environments: https://docs.gitlab.com/ee/ci/environments/protected_environments.html
- Set environment scope to variables: https://docs.gitlab.com/ee/ci/variables/#limit-the-environment-scopes-of-environment-variables
- Cross-project pipelines: https://docs.gitlab.com/ee/ci/multi_project_pipelines.html