v3.33.0
Added
-
Support custom CA certificate bundles. (#903)
Previously, SSL/TLS verification allowed only a boolean
True
orFalse
value.
It is now possible to specify a CA certificate bundle file
using the existingverify_ssl
parameter
orGLOBUS_SDK_VERIFY_SSL
environment variable.This may be useful for interacting with Globus through certain proxy firewalls.
Fixed
- Fix the type annotation for
globus_sdk.IdentityMap
init,
which incorrectly rejectedConfidentialAppAuthClient
. (#912)