-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding allowHosts to all non-GA source database connectors #23455
Changes from 8 commits
27d5229
91c1deb
b7e09a3
0a7de2f
49a8a82
0af62b4
7ff4afa
2b80402
e03db0f
422a502
5d4cf4b
4ee5eb2
5719049
543c0cc
2b97723
a9a6e6b
078c29e
e394205
0bc23d2
d9f9faa
1f9a44d
1beaa98
affdb15
da2d157
b8ba970
6287322
830e844
5c2fef0
2e27d8e
a247f8c
9a05296
55ebece
e67118e
f692e42
d726a96
bb6345f
3d213a3
33533ec
1926279
46092af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -157,6 +157,9 @@ | |||||||||||||||||
icon: azureblobstorage.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- name: Babelforce | ||||||||||||||||||
sourceDefinitionId: 971c3e1e-78a5-411e-ad56-c4052b50876b | ||||||||||||||||||
dockerRepository: airbyte/source-babelforce | ||||||||||||||||||
|
@@ -272,6 +275,10 @@ | |||||||||||||||||
icon: clickhouse.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- "${tunnel_method.tunnel_host}" | ||||||||||||||||||
- name: ClickUp | ||||||||||||||||||
sourceDefinitionId: 311a7a27-3fb5-4f7e-8265-5e4afe258b66 | ||||||||||||||||||
dockerRepository: airbyte/source-clickup-api | ||||||||||||||||||
|
@@ -304,6 +311,9 @@ | |||||||||||||||||
icon: cockroachdb.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- name: Coda | ||||||||||||||||||
sourceDefinitionId: 27f910fd-f832-4b2e-bcfd-6ab342e434d8 | ||||||||||||||||||
dockerRepository: airbyte/source-coda | ||||||||||||||||||
|
@@ -560,6 +570,9 @@ | |||||||||||||||||
icon: fauna.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${domain}" | ||||||||||||||||||
- name: File (CSV, JSON, Excel, Feather, Parquet) | ||||||||||||||||||
sourceDefinitionId: 778daa7c-feaf-4db6-96f3-70fd645acc77 | ||||||||||||||||||
dockerRepository: airbyte/source-file | ||||||||||||||||||
|
@@ -849,6 +862,9 @@ | |||||||||||||||||
icon: db2.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- name: Insightly | ||||||||||||||||||
sourceDefinitionId: 38f84314-fe6a-4257-97be-a8dcd942d693 | ||||||||||||||||||
dockerRepository: airbyte/source-insightly | ||||||||||||||||||
|
@@ -1100,6 +1116,10 @@ | |||||||||||||||||
icon: mssql.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- "${tunnel_method.tunnel_host}" | ||||||||||||||||||
- name: Microsoft teams | ||||||||||||||||||
sourceDefinitionId: eaf50f04-21dd-4620-913b-2a83f5635227 | ||||||||||||||||||
dockerRepository: airbyte/source-microsoft-teams | ||||||||||||||||||
|
@@ -1156,6 +1176,10 @@ | |||||||||||||||||
icon: mysql.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: beta | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- "${tunnel_method.tunnel_host}" | ||||||||||||||||||
- name: n8n | ||||||||||||||||||
sourceDefinitionId: 4a961f66-5e99-4430-8320-a73afe52f7a2 | ||||||||||||||||||
dockerRepository: airbyte/source-n8n | ||||||||||||||||||
|
@@ -1254,6 +1278,10 @@ | |||||||||||||||||
icon: oracle.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- "${tunnel_method.tunnel_host}" | ||||||||||||||||||
- name: Orb | ||||||||||||||||||
sourceDefinitionId: 7f0455fb-4518-4ec0-b7a3-d808bf8081cc | ||||||||||||||||||
dockerRepository: airbyte/source-orb | ||||||||||||||||||
|
@@ -1560,6 +1588,9 @@ | |||||||||||||||||
icon: redshift.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "*.redshift.amazonaws.com" | ||||||||||||||||||
- name: Reply.io | ||||||||||||||||||
sourceDefinitionId: 8cc6537e-f8a6-423c-b960-e927af76116e | ||||||||||||||||||
dockerRepository: airbyte/source-reply-io | ||||||||||||||||||
|
@@ -1762,6 +1793,9 @@ | |||||||||||||||||
icon: snowflake.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
Comment on lines
+1826
to
+1828
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope! I was wrong - it's still "host": airbyte/airbyte-config/init/src/main/resources/seed/source_specs.yaml Lines 14068 to 14075 in 7da6a3b
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for pointing me to |
||||||||||||||||||
- name: Sonar Cloud | ||||||||||||||||||
sourceDefinitionId: 3ab1d7d0-1577-4ab9-bcc4-1ff6a4c2c9f2 | ||||||||||||||||||
dockerRepository: airbyte/source-sonar-cloud | ||||||||||||||||||
|
@@ -1867,6 +1901,10 @@ | |||||||||||||||||
icon: tidb.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- "${tunnel_method.tunnel_host}" | ||||||||||||||||||
- name: TikTok Marketing | ||||||||||||||||||
sourceDefinitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35 | ||||||||||||||||||
dockerRepository: airbyte/source-tiktok-marketing | ||||||||||||||||||
|
@@ -2221,6 +2259,9 @@ | |||||||||||||||||
icon: firebolt.svg | ||||||||||||||||||
sourceType: database | ||||||||||||||||||
releaseStage: alpha | ||||||||||||||||||
allowedHosts: | ||||||||||||||||||
hosts: | ||||||||||||||||||
- "${host}" | ||||||||||||||||||
- name: Elasticsearch | ||||||||||||||||||
sourceDefinitionId: 7cf88806-25f5-4e1a-b422-b2fa9e1b0090 | ||||||||||||||||||
dockerRepository: airbyte/source-elasticsearch | ||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the name change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted.