In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUnmanaged credentials are not covered by a proper lifecycle (rotation, revocation, password policy checks, etc.) leading to bad security practices. Additionally, basic authentication requires hardcoded credentials that are leaked in Terraform raw state as plain-text
Remove username and password attributes from master_auth configuration block. This misconfiguration can be ignored for Kubernetes instances >= v1.19, because basic authentication has been deprecated upstream