You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fetched using kubectl get cm -n alm statping -o yaml
I have censored the hostname and password in the output.
Passwords and other sensitive information should be stored in secrets, as there may be people running around the cluster with privileges to read ConfigMaps (for easy maintenance, changing configs) but they can't read secrets (to keep the secrets actually secret!)
I can provide a PR if this is a desirable change.
The text was updated successfully, but these errors were encountered:
As part of applying this helm chart the configMap
statping
is created. This configMap may contain:(fetched using
kubectl get cm -n alm statping -o yaml
I have censored the hostname and password in the output.
Passwords and other sensitive information should be stored in secrets, as there may be people running around the cluster with privileges to read ConfigMaps (for easy maintenance, changing configs) but they can't read secrets (to keep the secrets actually secret!)
I can provide a PR if this is a desirable change.
The text was updated successfully, but these errors were encountered: