navicore / teams-notification-resource

for Concourse CI notifications on Microsoft Teams
MIT License
32 stars 33 forks source link

support self-signed cert verification #23

Open navicore opened 2 years ago

navicore commented 2 years ago

when behind a TLS rewriting proxy like goscope, the resource needs to use a user-provided crt.

the container either needs to see the host crt chain (not gonna happen) or the resource should have a parameter to accept a pem crt file.

open to suggestions or corrections from folks more familiar with this challenge or how Concourse CI likes to handle this.

See https://github.com/navicore/teams-notification-resource/issues/17 for use case.