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
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
You currently allow for passing secrets on the CLI like so:
prometheus-pingdom-exporter server <USERNAME> <PASSWORD> <API-KEY>
This is insecure as other users can see this in ps aux. You should strongly prefer passing this as env vars instead which others users can't see as easily.
The text was updated successfully, but these errors were encountered:
You currently allow for passing secrets on the CLI like so:
This is insecure as other users can see this in
ps aux
. You should strongly prefer passing this as env vars instead which others users can't see as easily.The text was updated successfully, but these errors were encountered: