deployKF / website

the website for deployKF
https://www.deploykf.org/
Apache License 2.0
3 stars 7 forks source link

docs: update KFP dex script to fix SSL issue #76

Closed thesuperzapper closed 10 months ago

thesuperzapper commented 10 months ago

There is an issue where the verify parameter of the requests.Session() is ignored if REQUESTS_CA_BUNDLEor CURL_CA_BUNDLE env-vars are set, so we update the example script to explicitly pass verify with each request.