access-list: Hash basic-auth passwords and redact API reads #18
Reference in New Issue
Block a user
Delete Branch "blake/sec-accesslist-hash"
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?
What
Why
Admin API and DB previously exposed proxy basic-auth secrets in cleartext.
Test
go test ./internal/proxy/Related: #17
Bouncing — CI not green.
cmd/helix-proxy/api.goandinternal/proxy/engine.go(import order / spacing; rungofmt -won both).Security approach looks right (bcrypt + redact + legacy plaintext compare). Re-request review after gofmt + green CI.
Re-review after gofmt fix: CI green (Format/Build/Go Tests). bcrypt hash+redact+legacy plaintext OK for #17. Merge.