Skip to content

Commit e27fda2

Browse files
authored
Source Azure Blob Storage: add allowedhosts (#37687)
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 7992245 commit e27fda2

File tree

1 file changed

+5
-0
lines changed
  • airbyte-integrations/connectors/source-azure-blob-storage

1 file changed

+5
-0
lines changed

airbyte-integrations/connectors/source-azure-blob-storage/metadata.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
data:
2+
allowedHosts:
3+
hosts:
4+
- "${azure_blob_storage_account_name}.blob.core.windows.net"
5+
- "${azure_blob_storage_endpoint}"
6+
- "login.microsoftonline.com/${credentials.tenant_id}/oauth2/v2.0/token"
27
ab_internal:
38
ql: 400
49
sl: 200

0 commit comments

Comments
 (0)