Pulse/internal/auth
rcourtman 568aac6bd0 fix: multiple triage fixes for stability and correctness
1. Use correct mutex (diagMu) in cleanupDiagnosticSnapshots to prevent
   "concurrent map iteration and map write" panics (Fixes #1063)

2. Use cluster name for storage instance comparison in UpdateStorageForInstance
   to prevent storage duplication in clustered Proxmox setups (Fixes #1062)

3. Fix KUBECONFIG unbound variable error in install.sh by using ${KUBECONFIG:-}
   default parameter expansion (Fixes #1065)
2026-01-08 22:54:33 +00:00
..
auth_test.go refactor: Remove duplicate IsPasswordHashed from auth package 2025-12-02 17:19:07 +00:00
authorizer.go fix: multiple triage fixes for stability and correctness 2026-01-08 22:54:33 +00:00
coverage_test.go Fix flaky tests and improve coverage across alerts, api, and config packages 2026-01-03 18:36:17 +00:00
password.go feat: auto-detect platforms during agent install and allow multi-host tokens 2025-12-14 16:21:59 +00:00
permissions.go fix: multiple triage fixes for stability and correctness 2026-01-08 22:54:33 +00:00
token.go fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00