mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
77b8d31278
Add diagnostic checks before running tests to verify: - Environment variables reach the container (PULSE_AUTH_USER/PASS) - Security status endpoint returns correct hasAuthentication value - Startup logs contain auth configuration messages This will help identify where authentication configuration is failing. Related to #695