sensu / catalog

Monitoring as code for Sensu Go. "There's a template for that!"
8 stars 4 forks source link

Ask users for secrets, store them as configuration #164

Closed calebhailey closed 2 years ago

calebhailey commented 2 years ago

Without built-in support to write secrets to a secret store, we're temporarily going to avoid using Sensu's built-in Secrets Management features. The secrets management UX might be a little too obtuse for new Sensu users. Instead, we should just ask users for potentially sensitive configuration data (usernames & passwords, etc), and store them as configuration data (e.g. env_vars).

This PR reverts secrets for all existing integrations.