Skip to content

0.25 ACLs breaking change - patterns #1883

Discussion options

You must be logged in to vote

You differentiate filters based on the role you link them to. The pub.* pattern is only linked to the topic-reader role, which is, according to its name, a role that gives access to topics, not connectors. If you do something like this

    groups:
      reader-pub:
        - role: topic-reader
           patterns: [ "pub.*" ]
        - role: connector-reader
           patterns: [ "test.*" ]

You will be able to apply 2 different patterns for topics and connectors (if the connector-reader role is defined correctly)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MaxenceVacheron
Comment options

Answer selected by MaxenceVacheron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1882 on July 29, 2024 21:52.