opa-spring-security icon indicating copy to clipboard operation
opa-spring-security copied to clipboard

Open Policy Agent for Spring Security

Results 8 opa-spring-security issues
Sort by recently updated
recently updated
newest added

We need a functionality where OPA will be responsible for filling security context in Spring. We should assume JWT token as input and response should be somehow mapped to Authentication...

enhancement

README should include an easily digested step-by-step section on how to get started using the library, alternatively link to a more extensive guide.

documentation

> Voting has a huge drawback that you can't pass the reason for denial. Also, if you keep authorization policies decoupled (as you should when using OPA), I don't think...

documentation

Currently, we're forcing users to create policies that always say `allow` and `reason`. There should be a way, to let them interpret and allow/deny access based on their fields.

enhancement

There should be a way to decorate/substitute default request template with user's own. User might want to send additional information or pre-processed information (like extracted JWT) to OPA so they...

enhancement

Currently, we're always using path, method and JWT to make queries to OPA. We should allow for better elasticity.

enhancement

There should be a way to easily say what should be sent to OPA in a request. The idea is to have annotations that could look like this: ```java @OpaRequest(document...

enhancement

There has been a discussion over the way of managing dependencies in our project. Currently, we have a `kt` file with dependencies and their versions, so that declaration of dependency...

question