Harden n8n auth — remove dead N8N_BASIC_AUTH_* (password=password) #6
Reference in New Issue
Block a user
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?
The n8n compose still carries deprecated
N8N_BASIC_AUTH_*env with passwordpassword. Modern n8n ignores these in favour of owner-login, so they're dead config but a bad smell / footgun.Work: confirm the n8n owner account has a strong password, remove the dead
N8N_BASIC_AUTH_*env, verify n8n is only reachable over HTTPS behind auth.Acceptance: no plaintext
passwordin the n8n stack; owner login confirmed strong; login still required.