Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visibility issue with connectors matching specific patterns in AKHQ UI #2035

Open
njavadi-clgx opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@njavadi-clgx
Copy link

njavadi-clgx commented Jan 10, 2025

Description:

I am experiencing an issue where specific Kafka connectors are not visible in the AKHQ UI, even though they can be seen in other tools such as Conduktor. The connectors match the pattern xya-abc-.*, and according to the AKHQ configuration, users in the group xyz-abc-nonprd-sa (sanitized) have the necessary roles to view these connectors.

Additional Information:

  • AKHQ Version: 0.25.2
  • This issue is critical as it affects visibility and management of Kafka connectors via AKHQ for user groups.

Configuration Snippet :

akhq:
  security:
    groups:
      akhq-groups:
        - role: akhq-roles
          patterns:
            - "xya-abc-.*"

    roles:
      akhq-roles:
        - resources: ["CONNECTOR"]
          actions: ["READ", "UPDATE_STATE"]

    basic-auth:
      - username: admin
        password: [sanitized]
        groups:
          - admin

    ldap:
      groups:
        - name: xyz-abc-nonprd-sa
          groups:
            - akhq-groups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant