From a6747b056a870aa89596cad886a4487ed2c8517b Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 16 Dec 2016 06:37:50 +0000 Subject: [PATCH] Revert "verify_ssl: true for osbs store metadata plugin" This reverts commit dd3b55935f0a74bc22f6793709bc61df903ef3d4. This change is going to require a bit more work because the cert in question is self-signed and auto-generated by the openshift-ansible cluster bootstrapping since it's only internal to the cluster. Patrick has an idea for how to handle this going forward, will follow up later. --- roles/osbs-client/templates/osbs-site-customize.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/osbs-client/templates/osbs-site-customize.json.j2 b/roles/osbs-client/templates/osbs-site-customize.json.j2 index d4dad101ed..8312e05ccc 100644 --- a/roles/osbs-client/templates/osbs-site-customize.json.j2 +++ b/roles/osbs-client/templates/osbs-site-customize.json.j2 @@ -54,7 +54,7 @@ "plugin_name": "store_metadata_in_osv3", "plugin_args": { "url": "{{default.openshift_url}}", - "verify_ssl": true, + "verify_ssl": false, "use_auth": true } }