We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21c983 commit 8986c09Copy full SHA for 8986c09
src/oracledb/plugins/oci_config_provider.py
@@ -55,7 +55,7 @@ def _get_config(parameters, connect_params):
55
config = {}
56
57
credential, signer = _get_credential(parameters)
58
- auth_method = parameters.get("auth")
+ auth_method = parameters.get("authentication")
59
if auth_method is not None:
60
auth_method = auth_method.upper()
61
0 commit comments