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

Allows List or String in topics-filter-regex #659

Merged
merged 3 commits into from
Apr 8, 2021

Conversation

twobeeb
Copy link
Contributor

@twobeeb twobeeb commented Apr 7, 2021

Closes #656
I haven't been able to test with security enabled but I tested with default group using both List and String yaml configuration, and it works as intended.
All thanks to Micronaut that maps a String property into a List seamlessly (creating a list of one).

See attached test.
I didn't test connects-filter-regx or groups-filter-regex since the code is 100% reused.

@tchiotludo
Could you test with security enabled to confirm that the generated JWT looks ok (compared to #656) ?
If not possible, I'll find some time next week to test on a real cluster.

@tchiotludo tchiotludo merged commit d5c6272 into tchiotludo:dev Apr 8, 2021
@tchiotludo
Copy link
Owner

Seems to be perfect, thanks 👍

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.

topicsFilterRegexp doesn't accept List
2 participants