Commit 421d97c0ef803b1a304e8c3ca6603c9ddc546bed
1 parent
aa0b982b
Exists in
master
and in
22 other branches
Allow Colab to request Gitlab API using self signed certs
(cherry picked from commit 76ab812b288690f9a7a34b5ca695304c6e91db84)
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', |