Releases: aserto-dev/aserto-spring
Releases · aserto-dev/aserto-spring
v0.0.8
Return error response in json format
v0.0.7
Replace host and port configs with serviceUrl which combines them.
v0.0.6
Use non identity mapper as default in the spring middleware. Rename the example app to JavaApplication.
v0.0.5
Add path params to the resource context by default. Make HttpPathPolicyMapper a. plain Java class, not a spring component as it was not allowing replacement with another bean.
v0.0.4
Add Authorizer and Directory loaders. When authorization is disabled, don't execute AsertoFilter.
v0.0.3
Bump version to 0.0.3 Allow header and claim names in the AuthzHeaderExtractor. Make the `allow` decision the default. Enable the Aserto authorizer by default.
v0.0.2
Downgrade spring parent dependency to make it compatible with java 1.8