I have a microservice application “app1” that runs and connects to azure key vault. When running a complete CI/CD workflow, it perform junit testing and integration testing tasks. The inetgration test needs to connect with azure key vault to perfmorm test.
Using contexts :: CircleCI Documentation you can use contexts to inject secrets into the execution environment