forked from mcasperson/OctopusRecommendationEngine
-
Notifications
You must be signed in to change notification settings - Fork 5
OctoLintInsecureK8sTargets
Matthew Casperson edited this page Feb 18, 2024
·
1 revision
OctoLintInsecureK8sTargets
returns a warning about Kubernetes targets that call insecure (or HTTP) URLs or ignore certificate validation.
Requests to HTTP URLs are insecure and may expose information to third parties.
Ensure all Kubernetes targets use secure HTTPS URLs and do not skip TLS validation.