concourse / pool-resource

atomically manages the state of the world (e.g. external environments)
Apache License 2.0
54 stars 36 forks source link

skip_ssl_verification option for git repos #24

Closed mehrotra-prateek closed 7 years ago

mehrotra-prateek commented 7 years ago

Hello,

Is there an option to use skip-ssl-verification option with the resource? I am trying to access a git server with a private certificate and have the need to use the option since ssh is disabled on this instance.

Looking at the git resource code this could be an easy fix to include functions from git resource https://github.com/concourse/git-resource/blob/d86bd0a8e7da75650ee4e0a08d6af28746754ffb/assets/common.sh#L31

I am happy to do a pull request around this if its acceptable.

concourse-bot commented 7 years ago

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

chendrix commented 7 years ago

Closing as dupe of concourse/concourse#1027