Closed fssouza closed 1 year ago
@tomas-langer this is the issue we discussed over slack
I believe I'm running on another issue that has this one as a root cause. The EndpointConfig I'm getting in the AbacProvider is missing the "abac" config in the configMap This is my web-server configuration: And this is the security context before being overridden:
Environment Details
Problem Description
An authenticated SecurityContext is being replaced by an unauthenticated one after all filters are executed
Steps to reproduce
Setup Helidon Security using "web server security". Example:
Put a break point in the following lines in SecurityPreMatchingFilter:
In debug mode, execute a request using a valid Bearer Token. This is the result when executing expressions in both break points:
In other words this this the block replacing the existing SecurityContext: