mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-20 12:46:25 +00:00
680 B
680 B
vid, title, categories
| vid | title | categories | |
|---|---|---|---|
| KHV006 | Insecure (HTTP) access to Kubernetes API |
|
{{ page.vid }} - {{ page.title }}
Issue description
The API Server port is accessible over plain HTTP, and therefore unencrypted and potentially insecured.
Remediation
Ensure your setup is exposing kube-api only on an HTTPS port.
Do not enable kube-api's --insecure-port flag in production.