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