-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
ACL rewrite #1472
ACL rewrite #1472
Conversation
Introducing AKHQSecurityRule Reorganizing packages for security
…s model Adding missing DELETE_RECORD action
…ter + resources filtering
Removing references to the old FilterRegexp
…e features on topic screen
Updating application.example.yml Fixing issue with bearer auth
@tchiotludo I did the requested changes. We have deployed this branch on an dev environment in Michelin to test the external claim provider too (provided by our ns4kafka tool) and it's working fine. I just fixed an issue linked to the bearer auth but there is no other issues till now |
* dev: chore(deps): update most of java deps fix(schema): invalid signature on schema controller feat(webserver): html-head don't work any more (tchiotludo#1489) feat(schema): improve schema loading on produce screen (tchiotludo#1467) feat(core): allow to configure (de)serialiser on consumers/producers (tchiotludo#1432) feat(topicdata): list topics even if a broker is unable to serve log information (tchiotludo#1502) chore(docs): fix copyright feat(acls): introduce new ACL rewrite (tchiotludo#1472)
@tchiotludo Any idea when this will be GA? Version 0.24 is older than this change I think. Thanks :D |
@ebrard I said soon since months, but I struggling finding time 😢 |
What is required to publish a version? Can I help you in any way? |
At first, I would love to update javascript dependencies, but seems to be a long task 😢 |
I can find some time to check that. Not sure how long it can takes but I'll try to help on it |
## background - This PR attempts to close tchiotludo#1905 ## change - Update GroovyCustomClaimProvider example of the [External roles and attributes mapping | AKHQ](https://akhq.io/docs/configuration/authentifications/external.html) following tchiotludo#1472
## background - This PR attempts to close #1905 ## change - Update GroovyCustomClaimProvider example of the [External roles and attributes mapping | AKHQ](https://akhq.io/docs/configuration/authentifications/external.html) following #1472
New feature:
I saw that with a lot of regexp in the old authentication we can have a problem (auth failed) if the JWT token size is more than 4Ko (size limit of a cookie)