What this PR does: This PR follows up on #178 , where we made the colelctor not ever read secrets, but we forgot about the list-secrets in the env check. This PR removes the list-secrets call and moves the check for aws cli, which we still need, to a main section (up from under an ifdef).
What this PR does: This PR follows up on #178 , where we made the colelctor not ever read secrets, but we forgot about the list-secrets in the env check. This PR removes the
list-secrets
call and moves the check for aws cli, which we still need, to a main section (up from under anifdef
).Which issue(s) this PR fixes: Fixes #
Checklist