fix: python/asyncio no-ssl-verify for server certs only (#81)

This commit is contained in:
Tomasz Prus
2018-10-16 06:05:17 +02:00
committed by k8s-ci-robot
parent 4aa859fc51
commit 087e4b4d9b
2 changed files with 14 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ if [ ${PACKAGE_NAME} == "client" ]; then
# workaround https://github.com/swagger-api/swagger-codegen/pull/8204
# + closing session
# + support application/strategic-merge-patch+json
# workaround https://github.com/swagger-api/swagger-codegen/pull/8507
# workaround https://github.com/swagger-api/swagger-codegen/pull/8797
# + aiohttp without verify_ssl
patch "${OUTPUT_DIR}/client/rest.py" "${SCRIPT_ROOT}/python-asyncio-rest.py.patch"