th0th / rancher-redeploy-workload

Docker image that redeploys a kubernetes workloads using Rancher's API.
MIT License
22 stars 5 forks source link

HTTP Client- SSL validation #5

Closed piechpatrick closed 1 year ago

piechpatrick commented 1 year ago

HTTP Client should has an options sslCertValidation. In my case rancher endpoint got an private CA. image

piechpatrick commented 1 year ago

Could be a parameterized option image

piechpatrick commented 1 year ago

image

th0th commented 1 year ago

Looks good to me (tls_skip_verification suits better I think), I'd love to review and merge if you send a PR 💐