arbourd / concourse-slack-alert-resource

A structured Slack notification resource for Concourse
https://hub.docker.com/r/arbourd/concourse-slack-alert-resource/
MIT License
38 stars 23 forks source link

Need ability to mark slack server as insecure #56

Open mount986 opened 5 years ago

mount986 commented 5 years ago

There are a few different resources out there for interacting with slack, but I like the format of yours the best. Unfortunately I can't use it because it doesn't have an option to skip SSL verification, and my company only ever likes to sign things internally which causes SSL verification to fail. I will take a look if I can add a pull request for this myself, but honestly I'm not much of a web guy, so we'll see what I can do.

arbourd commented 5 years ago

I guess we'd want to allow insecure connections for both the slack webhook url and concourse?

mount986 commented 5 years ago

Like I said, I'm not much of a web/networking guy, but I think you just need it when sending slack the message.. When trying it manually with curl I just add a -k to the command and it works.