jetstack-secure
jetstack-secure copied to clipboard
VC-36593: Tests: Make sure --venafi-cloud can be used along with --client-id
Ref: VC-36593
While preparing for https://venafi.atlassian.net/browse/VC-36353, I found that I was using go run . --client-id redacted without --venafi-cloud.
Olu and I worried that it might be a combination of flags that is no longer possible due to the changes introduced in https://venafi.atlassian.net/browse/VC-36043.
To prevent any future breakage, this PR adds a unit test that enforces that it is possible to use --client-id along with --venafi-cloud, since this combination is used in the Helm chart.