E2e test for accessing secrets in CI pipeline
This MR adds E2E tests for accessing secrets in CI/CD pipelines using GitLab Secrets Manager. These tests validate that:
-
Secrets can be successfully accessed in CI jobs using the
gitlab_secrets_managerkeyword - Non-existent secrets are properly handled with appropriate error messages
This ensures the end-to-end flow of creating secrets via the UI and consuming them in CI pipelines works correctly. Issue link: #569618
Edited by Shabini Rajadas