Adding an Edge Policy IP Address Allowlist
Describes how to add access IP address allowlists to an edge policy.
Publish your changes for them to take effect. See Publishing Changes.
- Enter the following command and required parameters:
oci waas whitelist update --waas-policy-id waas_policy_ocid --whitelists whitelists [OPTIONS]
The
whitelists
value is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using thefile://path/to/file
syntax.Create an IP address allowlist by adding a new allowlist object to the list without a
key
property specified. Akey
is generated for the new allowlist upon update.See the CLI online help for a list of optional parameters:
oci waas whitelists update --help
Refer to the Oracle Cloud Infrastructure documentation for a complete description of the oci waas whitelists update command.
Use the UpdateWhitelists operation to add an IP address allowlist using the API.
Create an IP address allowlist by adding a new allowlist object to the list without a
key
property specified. Akey
is generated for the new allowlist upon update.