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

feat(registry): regexp filter on schema registry subjects #1505

Conversation

jessydeclerck
Copy link

Following this issue: #853

As suggested here, implementation is inspired from consumer groups regexp

@tchiotludo
Copy link
Owner

hey @jessydeclerck, thanks for the contribution, in a meantime, there is one that landed #1472 that cover this subject, can you test it please ?

@tchiotludo tchiotludo closed this Jun 26, 2023
@carlosfwrk
Copy link

Hi @tchiotludo, I'm interested in filtering schemaregistry permissions with regexp.
I'm reviewing #1472 but I don't see anything related with this.
Can you tell me how to configure it to test it?
Is it something like this?

streams:
  name: streams
  roles: 
    - topic/read
    - topic/data/read
    - group/read
    - group/offsets/update
    - registry/read
    - registry/insert
    - registry/update
    - registry/delete
    - registry/version/delete
  attributes:
    topics-filter-regexp:
      - "streams.*"
    consumer-groups-filter-regexp:
      - "streams.*"
    subjects-filter-regexp:
      - "streams.*"

Thanks,
Carlos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants