Commit 76ab812b288690f9a7a34b5ca695304c6e91db84

Authored by Sergio Oliveira
1 parent e35b38be

Allow Colab to request Gitlab API using self signed certs

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/colab/templates/gitlab.py.erb
@@ -9,6 +9,7 @@ verbose_name = 'Gitlab Plugin' @@ -9,6 +9,7 @@ verbose_name = 'Gitlab Plugin'
9 upstream = 'http://<%= node['peers']['integration'] %>:81/gitlab/' 9 upstream = 'http://<%= node['peers']['integration'] %>:81/gitlab/'
10 10
11 private_token = '<%= @get_private_token.call %>' 11 private_token = '<%= @get_private_token.call %>'
  12 +verify_ssl = False
12 13
13 urls = { 14 urls = {
14 'include': 'colab_gitlab.urls', 15 'include': 'colab_gitlab.urls',