Skip to content

Commit c4b9ff6

Browse files
RounakDhillon“Rounak
andauthored
Docs: Note Addition for Connection Details (#509)
Co-authored-by: “Rounak <“[email protected]”>
1 parent 0c5b2ca commit c4b9ff6

File tree

66 files changed

+993
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+993
-2
lines changed

content/v1.10.x/connectors/dashboard/domo-dashboard/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,21 @@ For questions related to scopes, click [here](https://developer.domo.com/portal/
4343

4444
#### Connection Details
4545

46+
{% collateContent %}
47+
48+
{% note %}
49+
50+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
51+
52+
```
53+
password: secret:/my/database/password
54+
```
55+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
56+
57+
{% /note %}
58+
59+
{% /collateContent %}
60+
4661
- **Client ID**: Client ID to Connect to DOMO Dashboard.
4762
- **Secret Token**: Secret Token to Connect DOMO Dashboard.
4863
- **Access Token**: Access to Connect to DOMO Dashboard.

content/v1.10.x/connectors/dashboard/microstrategy/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ However, if the user still cannot access the APIs, the following should be check
5353

5454
#### Connection Details
5555

56+
{% collateContent %}
57+
58+
{% note %}
59+
60+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
61+
62+
```
63+
password: secret:/my/database/password
64+
```
65+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
66+
67+
{% /note %}
68+
69+
{% /collateContent %}
70+
5671
- **Username**: Username to connect to MicroStrategy, e.g., [email protected]. This user should have access to relevant dashboards and charts in MicroStrategy to fetch the metadata.
5772

5873
- **Password**: Password of the user account to connect with MicroStrategy.

content/v1.10.x/connectors/dashboard/mode/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@ OpenMetadata relies on Mode's API, which is exclusive to members of the Mode Bus
4444

4545
#### Connection Details
4646

47+
{% collateContent %}
48+
49+
{% note %}
50+
51+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
52+
53+
```
54+
password: secret:/my/database/password
55+
```
56+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
57+
58+
{% /note %}
59+
60+
{% /collateContent %}
61+
4762
**hostPort**: Host and Port Mode Dashboard.
4863
The hostPort parameter specifies the host and port of the Mode server. This should be specified as a string in the format `https://app.mode.com`.
4964

content/v1.10.x/connectors/dashboard/superset/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,21 @@ The ingestion also works with Superset 2.0.0 🎉
4949

5050
#### Connection Details
5151

52+
{% collateContent %}
53+
54+
{% note %}
55+
56+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
57+
58+
```
59+
password: secret:/my/database/password
60+
```
61+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
62+
63+
{% /note %}
64+
65+
{% /collateContent %}
66+
5267
- **Host and Port**: The `Host and Post` parameter is common for all three modes of authentication which specifies the host and port of the Superset instance. This should be specified as a string in the format `http://hostname:port` or `https://hostname:port`. For example, you might set the hostPort parameter to `https://org.superset.com:8088`.
5368

5469
- **Superset Connection**: Add the connection details to fetch metadata from Superset either through APIs or Database.

content/v1.10.x/connectors/database/couchbase/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ Configure and schedule Couchbase metadata workflows from the OpenMetadata UI:
3939

4040
#### Connection Details
4141

42+
{% collateContent %}
43+
44+
{% note %}
45+
46+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
47+
48+
```
49+
password: secret:/my/database/password
50+
```
51+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
52+
53+
{% /note %}
54+
55+
{% /collateContent %}
56+
4257
- **Username**: Username to connect to Couchbase.
4358
- **Password**: Password to connect to Couchbase.
4459
- **Hostport**: If couchbase is hosted on cloud then the hostport parameter specifies the connection string and if you are using couchbase server then the hostport parameter specifies hostname of the Couchbase. This should be specified as a string in the format `hostname` or `xyz.cloud.couchbase.com`. E.g., `localhost`.

content/v1.10.x/connectors/database/db2/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,21 @@ Executing the profiler workflow or data quality tests, will require the user to
8686

8787
#### Connection Details
8888

89+
{% collateContent %}
90+
91+
{% note %}
92+
93+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
94+
95+
```
96+
password: secret:/my/database/password
97+
```
98+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
99+
100+
{% /note %}
101+
102+
{% /collateContent %}
103+
89104
- **Username**: Specify the User to connect to DB2. It should have enough privileges to read all the metadata.
90105
- **Password**: Password to connect to DB2.
91106
- **database**: Database of the data source.

content/v1.10.x/connectors/database/domo-database/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@ For questions related to scopes, click [here](https://developer.domo.com/portal/
4646

4747
#### Connection Details
4848

49+
{% collateContent %}
50+
51+
{% note %}
52+
53+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
54+
55+
```
56+
password: secret:/my/database/password
57+
```
58+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
59+
60+
{% /note %}
61+
62+
{% /collateContent %}
63+
4964
- **Client ID**: Client ID for DOMO Database.
5065
- **Secret Token**: Secret Token to Connect DOMO Database.
5166
- **Access Token**: Access to Connect to DOMO Database.

content/v1.10.x/connectors/database/exasol/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,21 @@ The connector requires **Exasol version 7.1 or higher** to function correctly. E
5050

5151
### Connection Options
5252

53+
{% collateContent %}
54+
55+
{% note %}
56+
57+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
58+
59+
```
60+
password: secret:/my/database/password
61+
```
62+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
63+
64+
{% /note %}
65+
66+
{% /collateContent %}
67+
5368
**Connection Scheme**: Specifies the SQLAlchemy driver scheme options required to connect to Exasol.
5469

5570
**Username**: The username used to connect to the Exasol database. Ensure that this user has sufficient privileges to read all the metadata from Exasol.

content/v1.10.x/connectors/database/mongodb/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ To fetch the metadata from MongoDB to OpenMetadata, the MongoDB user must have a
4545

4646
#### Connection Details
4747

48+
{% collateContent %}
49+
50+
{% note %}
51+
52+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
53+
54+
```
55+
password: secret:/my/database/password
56+
```
57+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
58+
59+
{% /note %}
60+
61+
{% /collateContent %}
62+
4863
- **Username**: Username to connect to Mongodb. This user must have access to perform `find` operation on collection and `listCollection` operations on database available in MongoDB.
4964
- **Password**: Password to connect to MongoDB.
5065
- **Host Port**: When using the `mongodb` connecion schema, the hostPort parameter specifies the host and port of the MongoDB. This should be specified as a string in the format `hostname:port`. E.g., `localhost:27017`. When using the `mongodb+srv` connection schema, the hostPort parameter specifies the host and port of the MongoDB. This should be specified as a string in the format `hostname`. E.g., `cluster0-abcde.mongodb.net`.

content/v1.10.x/connectors/database/pinotdb/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@ Configure and schedule PinotDB metadata and profiler workflows from the OpenMeta
4242

4343
#### Connection Details
4444

45+
{% collateContent %}
46+
47+
{% note %}
48+
49+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
50+
51+
```
52+
password: secret:/my/database/password
53+
```
54+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
55+
56+
{% /note %}
57+
58+
{% /collateContent %}
59+
4560
- **Username**: Specify the User to connect to PinotDB. It should have enough privileges to read all the metadata.
4661
- **Password**: Password to connect to PinotDB.
4762
- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB deployment in the Host and Port field. Unlike broker host, prefix http:// or https:// must be added to controller host. For example, pinot broker host can be set to `localhost:8099` and pinot controller host can be set to `http://localhost:9000`.

0 commit comments

Comments
 (0)