Skip to content

Commit

Permalink
[docs] also use 'allowlist' when referencing 'whitelist' (#23737)
Browse files Browse the repository at this point in the history
## Summary & Motivation
The terms "allowlist" and "allowlisting" are synonymous with "whitelist"
and "whitelisting". Users may be searching for one term rather than the
other.

## How I Tested These Changes
👀

## Changelog

NOCHANGELOG
  • Loading branch information
garethbrickman authored Sep 18, 2024
1 parent 8186864 commit 4a549d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/dagster-plus/deployment/serverless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ To avoid this behavior, you can:

---

## Whitelisting Dagster's IP addresses
## Whitelisting / Allowlisting Dagster's IP addresses

Serverless code will make requests from one of the following IP addresses. You may need to whitelist them for services your code interacts with.
Serverless code will make requests from one of the following IP addresses. You may need to whitelist / allowlist them for services your code interacts with.

```plain
34.216.9.66
Expand Down

1 comment on commit 4a549d7

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-j2vhbr092-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 4a549d7.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.