Skip to content

Commit 8986c09

Browse files
Fix key used for determining authentication with OCI config provider.
1 parent c21c983 commit 8986c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oracledb/plugins/oci_config_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _get_config(parameters, connect_params):
5555
config = {}
5656

5757
credential, signer = _get_credential(parameters)
58-
auth_method = parameters.get("auth")
58+
auth_method = parameters.get("authentication")
5959
if auth_method is not None:
6060
auth_method = auth_method.upper()
6161

0 commit comments

Comments
 (0)