Set an IP address whitelist

更新时间:
复制 MD 格式

This topic describes how to set an IP address whitelist for your organization to enhance data security.

Note

Prerequisites: This feature is exclusive to the Premium Edition. For more information about different editions, see Editions.

IP address whitelist settings

You can enable the whitelist to restrict access from specific IP address CIDR blocks. After you enable this feature, all access from outside the whitelist is blocked.

Required role: Codeup organization administrator. For more information, see Administrator settings. By default, the IP address whitelist feature is disabled.

Settings entry point

  1. Go to the Codeup homepage and click Global Settings. This option is visible only to Codeup organization administrators.

  2. Select IP Whitelist and enable whitelist authentication.

Applicable scope

After you enable the whitelist feature, select an applicable scope based on your scenario:

  • All: Applies to all behaviors, including accessing the Codeup page, accessing with a deployment key, and performing code clone, download, commit, and merge operations.

  • Deployment key access: Restricts the IP address range to ensure secure access with deployment keys.

    You can add up to 1,000 IP addresses. You can also specify an IP address range using a subnet mask.

    Note

    Add the IP addresses that require access using deployment keys to the whitelist. Otherwise, you cannot access the code repository using a deployment key.

    • Separate multiple IP addresses with commas (,). Do not add spaces before or after the commas.

    • Set the value to 0.0.0.0/0 to allow access from all IP addresses.

    • Set the value to 127.0.0.1 to deny access from all IP addresses.

    • Specify a CIDR block to allow access from all IP addresses within that block. For example, 10.10.10.0/24.