Adding a Security Attribute to a Cluster

Add a Zero Trust Packet Routing security attribute to an OCI Cache cluster.

    1. On the Clusters list page, select the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing OCI Cache Clusters.
    2. On the cluster's details page, select the Security tab.
    3. Select Add under Security attributes.
    4. Select the edit icon next to an attribute to change its value or remove it.
    5. To add a new security attribute, enter the security attribute namespace, key, and value. Then select Add security attribute to add more attributes.
    6. Select Add security attributes to save the changes.
  • 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.