datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 36 forks source link

Do not list-secrets in env-check #179

Closed rzvoncek closed 1 month ago

rzvoncek commented 1 month ago

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).

Which issue(s) this PR fixes: Fixes #

Checklist