k8s-proxmox / cluster-api-provider-proxmox

Cluster API provider implementation for Proxmox VE
Apache License 2.0
95 stars 11 forks source link

insecure skip tls verify should not be default but optional #66

Open sp-yduck opened 11 months ago

sp-yduck commented 11 months ago

currently insecure skip tls verify is true by default. this should be an option.

https://github.com/sp-yduck/cluster-api-provider-proxmox/blob/eed957f8541e92cc3195b96b73a0f275ec331bc2/cloud/scope/clients.go#L67C60-L67C64