Skip to content

Fix gitlab-k8s-agent when workhorse is HTTPS

Hordur Freyr Yngvason requested to merge fix-agent-when-workhorse-https into main

What does this Merge Request do and why?

KAS -> GitLab requests were failing because workhorse switched over to HTTPS. The certificate is self-signed, so KAS needs to be instructed to trust it.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports