Skip to content

Commit 14fe00a

Browse files
Claudelukekim
authored andcommitted
fix: Document missing default value for oracle_wallet parameter
The oracle_wallet parameter defaults to `.oracle` when not specified (used as the wallet directory for saving/retrieving mTLS certificates). This default was present in the code since the Oracle Autonomous Database support was added but was never documented.
1 parent 6de2609 commit 14fe00a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

  • website
    • docs/components/data-connectors
    • versioned_docs
      • version-1.10.x/components/data-connectors
      • version-1.11.x/components/data-connectors
      • version-1.5.x/components/data-connectors
      • version-1.6.x/components/data-connectors
      • version-1.7.x/components/data-connectors
      • version-1.8.x/components/data-connectors
      • version-1.9.x/components/data-connectors

website/docs/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

website/versioned_docs/version-1.10.x/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

website/versioned_docs/version-1.11.x/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

website/versioned_docs/version-1.5.x/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

website/versioned_docs/version-1.6.x/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

website/versioned_docs/version-1.7.x/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

website/versioned_docs/version-1.8.x/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

website/versioned_docs/version-1.9.x/components/data-connectors/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The Oracle data connector can be configured by providing the following `params`.
8585
| `oracle_password` | The password to connect with. Required. |
8686
| `oracle_service_name` | The Oracle Database service name to connect to. Default: `XEPDB1` |
8787
| `oracle_wallet_sso_cert` | The base64-encoded `cwallet.sso` (wallet auto-login certificate) to use for mTLS authentication with Oracle Cloud. |
88-
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. |
88+
| `oracle_wallet` | Specifies the Oracle wallet location used to save the provided mTLS certificate (`oracle_wallet_sso_cert`) or retrieve an existing/pre-downloaded certificate. Default: `.oracle` |
8989

9090
## Types
9191

0 commit comments

Comments
 (0)