The MENU > ACL page on the Supertubes web interface shows information about your KafkaACLs.

Note: This page describes the ACL component of the Supertubes dashboard. To learn more about how ACLs work in Supertubes, see the ACL section.

If you have multiple Kafka clusters, you can use the cluster selector at the top of the page.

ACL details

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.

Topic details Topic details

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.

Topic details Topic details

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

Topic details Topic details