Skip to content

Commit b9a7df1

Browse files
authored
Hide a bunch more destination with potential unsecure API access (#16320)
* Hide a bunch more destination with potential unsecure API access * Hide also Exchange rate API source
1 parent 59cba50 commit b9a7df1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

airbyte-webapp/src/core/domain/connector/constants.ts

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export const getExcludedConnectorIds = (workspaceId: string) =>
3333
"4816b78f-1489-44c1-9060-4b19d5fa9362", // hide S3 Destination https://github.com/airbytehq/airbyte-cloud/issues/2616
3434
"2470e835-feaf-4db6-96f3-70fd645acc77", // Salesforce Singer
3535
"3dc6f384-cd6b-4be3-ad16-a41450899bf0", // hide Scylla Destination https://github.com/airbytehq/airbyte-cloud/issues/2617
36+
"af7c921e-5892-4ff2-b6c1-4a5ab258fb7e", // hide MeiliSearch Destination https://github.com/airbytehq/airbyte/issues/16313
37+
"e06ad785-ad6f-4647-b2e8-3027a5c59454", // hide RabbitMQ Destination https://github.com/airbytehq/airbyte/issues/16315
38+
"0eeee7fb-518f-4045-bacc-9619e31c43ea", // hide Amazon SQS Destination https://github.com/airbytehq/airbyte/issues/16316
39+
"e2b40e36-aa0e-4bed-b41b-bcea6fa348b1", // hide Exchange rate Source https://github.com/airbytehq/airbyte/issues/16311
3640
...(workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review
3741
? ["9da77001-af33-4bcd-be46-6252bf9342b9"] // Shopify
3842
: []),

0 commit comments

Comments
 (0)