node_exporter: ensure password is defined #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Default is currently to work with no password but I think we would never want this. End goal is to use mutual TLS authentication but we'll be using password for a while until we have time to get there. This is a defence in depth to make sure we never accidentally deploy without password.
The node exporter web configuration currently has a conditional to handle the no password case that can be removed.