Description
As a security best practice, the DebugKit UI dashboard should be protected by an authentication mechanism. Currently, anyone with access to the URL can view internal system telemetry.
Proposed Solution
- Add an authentication configuration in
debugkit.New().
- Support Basic Auth or a custom bearer token.
Priority
Medium (Enhancement)
Additional Context
This will make the tool safer for production environments.
Description
As a security best practice, the DebugKit UI dashboard should be protected by an authentication mechanism. Currently, anyone with access to the URL can view internal system telemetry.
Proposed Solution
debugkit.New().Priority
Medium (Enhancement)
Additional Context
This will make the tool safer for production environments.