issues
search
cyralinc
/
approzium
Approzium allows a cloud service to authenticate to a database without ever having access to its password
https://approzium.com
Apache License 2.0
55
stars
7
forks
source link
Fix non-TLS Connection to Authenticator
#147
Closed
UpGado
closed
4 years ago
UpGado
commented
4 years ago
Fixed issue where having
disable_tls=True
when instantiating an AuthClient still required a TLSconfig argument.
Fixed error when running example by setting the default auth client instead of passing it in.
disable_tls=True
when instantiating an AuthClient still required a TLSconfig argument.