Managing a Stream Pool's Security Attributes

Add, update, and remove security attributes added to a stream pool.

You can use Zero Trust Packet Routing (ZPR) along with or in place of network security groups to manage network access to OCI resources . To do this, define ZPR policies that govern how resources communicate with each other, and then add security attributes to those resources. For more information, see Zero Trust Packet Routing.

ZPR security attributes can be added only to stream pools with a private endpoint.

    1. On the Stream pool list page, find the stream pool that you want to work with. If you need help finding the list page or the stream pool, see Listing Stream Pools.
    2. From the Actions menu (three dots) for the stream pool, select Manage security attributes.
    3. Update the configuration of any existing security attribute listed.
      You can also select the Add security attribute button to add another security attribute (to a maximum of three).
    4. To remove a security attribute, select the Delete Row button.
    5. Select Save.
    The security attributes that you added or updated are viewable on the Security tab of the stream pool's details page.
  • Use the --security-attribute option when running the oci streaming admin stream-pool update command to add Zero Trust Packet Routing (ZPR) security attributes when you're updating a stream pool:

    oci streaming admin stream-pool update --stream-pool-id <stream_pool_OCID> --security-attribute security-attribute [OPTIONS]
                        
    Tip

    Provide input for --custom-encryption-key-details, --private-endpoint-details, and --kafka-settings as valid formatted JSON. See Passing Complex Input and Using a JSON File for Complex Input for information about JSON formatting.

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateStreamPool operation to update a stream pool. Include the securityAttribute attribute and its values.