Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/connections/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### IP Allowlisting for functions
#### IP Allowlisting


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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Contributor Author

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


To learn more, visit [IP Allowlisting documentation](/docs/connections/destinations/#ip-allowlisting).
Copy link
Contributor

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?

Suggested change
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).