From 292eb82934861fa6bdebd79af8a20d1b6b4cfc1f Mon Sep 17 00:00:00 2001 From: Michael McMahon <53276266+Michael-A-McMahon@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:22:53 -0700 Subject: [PATCH] Documenting the region parameter for resource providers For sometime, resource providers have supported a "region" parameter. However, this parameter was never documented. This parameter is especially important for interactive authentication, which may fail when connecting to the default https://login.oci.oraclecloud.com endpoint (government regions require a different endpoint). This branch simply updates the README to list "region" as a common parameter for resource providers, and explain how it can effect interactive authentication. --- ojdbc-provider-oci/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ojdbc-provider-oci/README.md b/ojdbc-provider-oci/README.md index 2479e33b..159c9fe1 100644 --- a/ojdbc-provider-oci/README.md +++ b/ojdbc-provider-oci/README.md @@ -768,6 +768,16 @@ common set of parameters. DEFAULT + + region + + Configures an OCI Region Identifier + to request resources from, including session tokens for interactive authentication. + + A region identifier, such as "ap-sydney-1" or "us-langley-1" + No default value. If not configured, then a region from a config file will be used when requesting resources, + and interactive authentication will connect to https://login.oci.oraclecloud.com + instancePrincipalTimeout