Files
kube-hunter/docs/_kb/KHV034.md
2022-03-25 09:03:43 +00:00

715 B

vid, title, categories, severity
vid title categories severity
KHV034 Etcd is accessible using insecure connection (HTTP)
Unauthenticated Access
high

{{ page.vid }} - {{ page.title }}

Issue description

The etcd server (Kubernetes database) port is accessible over plain HTTP, and therefore unencrypted and potentially insecured.

Remediation

Ensure your setup is exposing etcd only on an HTTPS port by using the etcd flags --key-file and --cert-file.

References