Adding a Security Attribute to a Cluster
Add a Zero Trust Packet Routing security attribute to an OCI Cache cluster.
- On the Clusters list page, find the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing OCI Cache Clusters.
- On the cluster's details page, select Add security attributes under Cluster nodes.
- Select the edit icon next to an attribute to change its value or remove it.
- To add a new security attribute, enter the security attribute namespace, key, and value. Then select Add security attributes.
Use the oci redis redis-cluster redis-cluster create command and required security attribute parameters to create a cluster with security attributes:
oci redis redis-cluster redis-cluster create --compartment-id <compartment_OCID> --display-name <text> --node-count <node_count> --node-memory-in-gbs <memory in gigabytes> --software-version <text> --subnet-id <subnet_OCID> [OPTIONS]
For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.Run the CreateRedisCluster operation to create a cluster with security attributes.