Integration Tests for AWS Secrets Manager
Related: gitlab#542370 (closed)
What does this MR do?
Introduces: Integration Tests for AWS Secrets Manager
Create runner-side integration tests that verify the entire AWS Secrets Manager retrieval process works correctly from resolved CI/CD configuration to secret retrieval in GitLab Runner.
Why was this MR needed?
To enhance test quality and document the workflow
What's the best way to test this MR?
execute test locally:
go test -v -tags integration ./helpers/secrets/resolvers/aws/
What are the relevant issue numbers?
Edited by Dmytro Biryukov