Skip to content

Commit 292eb82

Browse files
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.
1 parent ba2a981 commit 292eb82

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ojdbc-provider-oci/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,16 @@ common set of parameters.
768768
DEFAULT
769769
</td>
770770
</tr>
771+
<tr>
772+
<td>region</td>
773+
<td>
774+
Configures an <a href="https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm">OCI Region Identifier</a>
775+
to request resources from, including session tokens for interactive authentication.
776+
</td>
777+
<td>A region identifier, such as "ap-sydney-1" or "us-langley-1"</td>
778+
<td><i>No default value. If not configured, then a region from a config file will be used when requesting resources,
779+
and interactive authentication will connect to <code>https://login.oci.oraclecloud.com</code></i></td>
780+
</tr>
771781
<tr>
772782
<td>instancePrincipalTimeout</td>
773783
<td>

0 commit comments

Comments
 (0)