Managing a Resolver Endpoint's Security Attributes
Add, update, and remove security attributes associated with a resolver endpoint.
Use Zero Trust Packet Routing (ZPR) along with, or in place of, network security groups to control network access to resolver endpoints by applying security attributes to them and creating ZPR policies to control communication among them. For more information, see Zero Trust Packet Routing.
Adding Security Attributes
The security attributes you added are viewable Security tab in the endpoint's details page. Editing Security Attributes
To update an endpoint's existing security attributes, follow these steps The security attributes you added or updated are viewable in the Security tab in the endpoint's details page. Deleting Security Attributes
To delete an endpoint's existing security attributes, follow these steps Adding Security Attributes
You can include ZPR security attributes when using oci dns resolver-endpoint create command by including the
security-attributesoption and corresponding value:oci dns resolver-endpoint create ... --security-attributes security_attributeswhere
security_attributesare ZPR security attributes for this endpoint.For example:
oci dns resolver-endpoint create ... --security-attributes {"oracle-zpr":{"td":{"value":"42","mode":"enforce"}}}For information on creating an endpoint using the CLI, see oci dns resolver-endpoint create.
Similarly, you can use the
security-attributesoption when running the oci dns resolver-endpoint update command to add ZPR security attributes when you're updating it:oci dns resolver-endpoint update ... --security-attributes security_attributesFor information on updating an endpoint using the CLI, see oci dns resolver-endpoint update.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Editing Security Attributes
Use the
security-attributesoption when running the oci dns resolver-endpoint update command to change the settings of existing ZPR security attributes.Deleting Security Attributes
Use the
security-attributesoption with the value "{}" when running the oci dns resolver-endpoint update command to delete the settings of ZPR security attributes. For example:oci dns resolver-endpoint update ... --security-attributes {}Adding Security Attributes
Run the CreateResolverEndpoint operation to add security attributes to an endpoint you're creating. Include the
securityAttributesattributes and it values.Run the UpdateResolverEndpoint operation to add security attributes to an existing endpoint. Include the
securityAttributesattributes and it values.Editing Security Attributes
Run the UpdateResolverEndpoint operation to update an endpoint. Include the
securityAttributesattributes and update their existing values.Deleting Security Attributes
Run the UpdateResolverEndpoint operation to update an endpoint. Include the
securityAttributesattributes with an empty map to delete the security attributes.