Skip to content

Commit e06e919

Browse files
committed
removing old docs, adding IP clarification
1 parent a9626a6 commit e06e919

File tree

573 files changed

+10
-34640
lines changed

Some content is hidden

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

573 files changed

+10
-34640
lines changed

docs-v2/pages/connected-accounts/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,11 @@ If you use a secrets store like [Pipedream Connect](/connect) or [HashiCorp Vaul
237237

238238
## Connecting to apps with IP restrictions
239239

240-
If you're connecting to an app that enforces IP restrictions, you may need to whitelist Pipedream's IP addresses:
240+
<Callout type="info">
241+
These IP addresses are tied to **app connections only**, not workflows or other Pipedream services. To whitelist requests from Pipedream workflows, [use VPCs](/workflows/vpc).
242+
</Callout>
243+
244+
If you're connecting to an app that enforces IP restrictions, you may need to whitelist the Pipedream API's IP addresses:
241245

242246
<pre className="mt-4 nx-bg-primary-700/5 nx-mb-4 nx-overflow-x-auto nx-rounded-xl nx-subpixel-antialiased dark:nx-bg-primary-300/10 nx-text-[.9em] contrast-more:nx-border contrast-more:nx-border-primary-900/20 contrast-more:nx-contrast-150 contrast-more:dark:nx-border-primary-100/40 nx-py-4">
243247
{process.env.PD_EGRESS_IP_RANGE}

docs-v2/pages/destinations/http.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,12 @@ Currently, Pipedream will not retry any failed request. If your HTTP destination
112112

113113
## IP addresses for Pipedream HTTP requests
114114

115+
<Callout type="info">
116+
These IP addresses are tied to **requests sent with `$.send.http` only, not other HTTP requests made from workflows**. To whitelist standard HTTP requests from Pipedream workflows, [use VPCs](/workflows/vpc).
117+
</Callout>
118+
115119
When you make an HTTP request using `$.send.http()`, the traffic will come from one of the following IP addresses:
116120

117121
<PublicIPs />
118122

119-
This list may change over time. If you've previously whitelisted these IP addresses and are having trouble sending HTTP requests to your target service, please check to ensure this list matches your firewall rules.
120-
121-
<Callout type="warning">
122-
These IP addresses are tied specifically to the `$.send.http()` service. If you send traffic directly from a workflow, it will be sent from one of Pipedream's general range of IP addresses. [See our hosting docs for more information](/privacy-and-security/#hosting-details).
123-
</Callout>
124-
123+
This list may change over time. If you've previously whitelisted these IP addresses and are having trouble sending HTTP requests to your target service, please check to ensure this list matches your firewall rules.

docs/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/.tool-versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/README.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/docs/.vuepress/components/AlphaFeatureNotice.vue

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/docs/.vuepress/components/BetaFeatureNotice.vue

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/docs/.vuepress/components/Footer.vue

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/docs/.vuepress/components/GuideLink.vue

Lines changed: 0 additions & 128 deletions
This file was deleted.

docs/docs/.vuepress/components/LanguageLink.vue

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)