Skip to content

insecureSkipTLSVerify is insecure #333

Open
@dudicoco

Description

@dudicoco

The insecureSkipTLSVerify: true flag is used within the deployment manifest:

insecureSkipTLSVerify: true

According to the k8s api docs this should not be used: InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.
https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#apiservicespec-v1-apiregistration-k8s-io

Was insecureSkipTLSVerify: true added because the container generates its own self signed certificate, which cannot be validated by the api server? Can this be resolved somehow?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions