KafkaACL dashboard
The MENU > ACL page on the Streaming Data Manager web interface shows information about your KafkaACLs.
Note: This page describes the ACL component of the Streaming Data Manager dashboard. To learn more about how ACLs work in Streaming Data Manager, see Declarative Kafka ACLs.
If you have multiple Apache Kafka clusters, select the one to show from the CLUSTER field.
For each KafkaACL, the web interface displays the following information.
- NAME: The name of the KafkaACL resource.
- PRINCIPAL KIND: The type of the Kafka principal, for example,
User
. - PRINCIPAL NAME: The name of the Kafka principal.
- ROLES USED: The number of roles used by the KafkaACL resource.
- RESOURCE SELECTORS USED: The number of resource selectors used by the KafkaACL resource.
KafkaACL details
Click on a KafkaACL to show its details. The details view of the KafkaACL displays the following information.
- PRINCIPAL NAME: The name of the Kafka principal.
- PRINCIPAL KIND: The type of the Kafka principal.
- ROLES: The roles assigned to the KafkaACL resource, and the resource selectors bound to each role.
- INLINE ACLS: The additional ACLs that are specifically assigned inline into the KafkaACL YAML Spec.
- RESOURCE TYPES: The type of the Inline ACL resource.
- RESOURCE SELECTORS: The list of resource selectors assigned to this Inline ACL.
- ALLOW OPERATIONS: The list of allow operations assigned to this Inline ACL.
- DENY OPERATIONS: The list of deny operations assigned to this Inline ACL.
- Click GENERATED ACLS to display the details of the classic ACLs generated behind the scenes for the KafkaACL resource.
- Click YAML to display the YAML format of the underlying KafkaACL resource.
Generated ACLs of a KafkaACL resource
Click MENU > ACL > [Kafka ACL] > Generated ACLs to display the ACLs generated from the KafkaACL. The following information is displayed.
- RESOURCE NAME: The name of the resource the ACL is bound to.
- RESOURCE TYPE: The type of the resource the ACL is bound to. Group, Topic, Cluster, TransactionalID.
- PATTERN: The way the resource name should be applied. Literal or Prefixed.
- OPERATION: The operation for the ACL: create, read, write, describe config, describe, and so on.
- PRINCIPAL: The subject Kafka principal bound to the ACL.
YAML of a KafkaACL resource
Click MENU > ACL > [Kafka ACL] > YAML to display the YAML Kubernetes object of the KafkaACL. Select Hide managed fields to hide Kubernetes-related managed fields. The following information is displayed.