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.
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.