-
-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Describe the bug
3f489ef removed authentication offload from the frontend handler and proxy channel state machine, however it didn't deprecate and mark io.kroxylicious.proxy.filter.NetFilter.NetFilterContext#authorizedId for removal.
We should do this as SASL inspection can only happen once the state machine is in the forwarding state and thus we cannot make it available via the NetFilterContext.
To Reproduce
Steps to reproduce the behavior:
- Configure kroxylicious like this ...
- Run command '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
YAML files and logs
Attach or copy paste your kroxylicious configuration YAML (with sensitive details
like broker address redacted).
Attach or copy and paste relevant logs.
Additional context
Add any other context about the problem here.