Class: Google::Cloud::ManagedKafka::V1::TlsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::TlsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/resources.rb
Overview
The TLS configuration for the Kafka cluster.
Instance Attribute Summary collapse
-
#ssl_principal_mapping_rules ⇒ ::String
Optional.
-
#trust_config ⇒ ::Google::Cloud::ManagedKafka::V1::TrustConfig
Optional.
Instance Attribute Details
#ssl_principal_mapping_rules ⇒ ::String
Returns Optional. A list of rules for mapping from SSL principal names to
short names. These are applied in order by Kafka.
Refer to the Apache Kafka documentation for ssl.principal.mapping.rules
for the precise formatting details and syntax.
Example: "RULE:^CN=(.?),OU=ServiceUsers.$/$[email protected]/,DEFAULT"
This is a static Kafka broker configuration. Setting or modifying this field will trigger a rolling restart of the Kafka brokers to apply the change. An empty string means no rules are applied (Kafka default).
185 186 187 188 |
# File 'proto_docs/google/cloud/managedkafka/v1/resources.rb', line 185 class TlsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trust_config ⇒ ::Google::Cloud::ManagedKafka::V1::TrustConfig
Returns Optional. The configuration of the broker truststore. If specified, clients can use mTLS for authentication.
185 186 187 188 |
# File 'proto_docs/google/cloud/managedkafka/v1/resources.rb', line 185 class TlsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |