sensu / sensu-flow

Github Action for Sensu flow resource management pattern.
MIT License
7 stars 6 forks source link

Enhancement: Allow the use of an API KEY instead of USER and PASSWORD #28

Closed mhuysamen closed 2 years ago

mhuysamen commented 2 years ago

sensuflow.sh.zip

Attached find a patch to sensuflow.sh which accepts a SENSU_API_KEY in addition to the existing SENSU_USER and SENSU_PASSWORD, skipping the use of sensuctl configure if specified, which causes issues in more restrictive container environments.

mhuysamen commented 2 years ago

PR submitted: https://github.com/sensu/sensu-flow/pull/30