-
Notifications
You must be signed in to change notification settings - Fork 393
[FUNK-1550] IP Allowlisting Changes #7244
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
Changes from 1 commit
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 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -46,4 +46,10 @@ To learn more, visit [destination insert functions](/docs/connections/functions/ | |||||||||||||
|
||||||||||||||
With Functions Copilot, you can instrument custom integrations, enrich and transform data, and even secure sensitive data nearly instantaneously without writing a line of code. | ||||||||||||||
|
||||||||||||||
To learn more, visit the [Functions Copilot documentation](/docs/connections/functions/copilot/). | ||||||||||||||
To learn more, visit the [Functions Copilot documentation](/docs/connections/functions/copilot/). | ||||||||||||||
|
||||||||||||||
#### IP Allowlisting for functions | ||||||||||||||
|
||||||||||||||
With IP Allowlisting, users can ensure that outbound traffic from Functions will originate only from a predefined set of IP addresses. This provides added security for external services by making it easier to recognize and allowlist trusted traffic sources. | ||||||||||||||
|
With IP Allowlisting, users can ensure that outbound traffic from Functions will originate only from a predefined set of IP addresses. This provides added security for external services by making it easier to recognize and allowlist trusted traffic sources. | |
> warning " " | |
> IP Allowlisting is only available for customers on Business Tier plans. | |
IP Allowlisting uses a NAT gateway to route outbound Functions traffic from Segment’s servers to your destinations through a limited range of IP addresses, which can prevent malicious actors from establishing TCP and UDP connections with your integrations. |
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.
The warning IP Allowlisting is only available for customers on Business Tier plans
has been added as a simple text as it is being displayed as simple text in Destinations IP Allowlisting doc as well.
Ref: https://segment.com/docs/connections/destinations/#ip-allowlisting
Outdated
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.
Should we remove the note in the Destination Overview page that mentions Destination Functions are not supported?
To learn more, visit [IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting). | |
To learn more, visit [Segment's IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting). |
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.