Revert "verify_ssl: true for osbs store metadata plugin"
This reverts commit dd3b55935f
.
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.
This commit is contained in:
parent
dd3b55935f
commit
a6747b056a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue