fix: python/asyncio no-ssl-verify for server certs only (#81)
This commit is contained in:
committed by
k8s-ci-robot
parent
4aa859fc51
commit
087e4b4d9b
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user