sslPrincipalMappingRules property

String? sslPrincipalMappingRules
getter/setter pair

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.$/$1@example.com/,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).

Optional.

Implementation

core.String? sslPrincipalMappingRules;