Releases: infobloxopen/atlas-authz-middleware
Releases · infobloxopen/atlas-authz-middleware
v2.2.0 - Stop redacting JWT token
What's Changed
- NOVER-196 http_opa should use bearer token and omit others by @kanaksinghal in #35
- PTOCP-1121 - Update authz middleware to not redact the JWT token by @rsatal in #40
New Contributors
- @kanaksinghal made their first contribution in #35
Full Changelog: v2.1.0...v2.2.0
v0.0.12 - Stop redacting JWT token
What's Changed
Full Changelog: v0.0.11...v0.0.12
v2.1.0
What's Changed
- return 403 error when authorization fail by @vikassfteng in #33
- Add GetCurrentUserCompartments() to v2; migrate GetAcctEntitlements() from v1 by @rchowinfoblox in #34
New Contributors
- @vikassfteng made their first contribution in #33
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- add support for http mw in v2 version by @cbarik-infoblox in #30
New Contributors
- @cbarik-infoblox made their first contribution in #30
Full Changelog: v0.0.11...v2.0.0
Bugs in authorizer overrides
What's Changed
- authorizor options were being ignored by @drewwells in #27
Full Changelog: v0.0.10...v0.0.11
v0.0.10 Init StreamServerInterceptor to fix nil ptr
$ git log --oneline v0.0.9..v0.0.10 | fgrep -v 'Merge pull request'
f7bd547 ATLAS-13787 Init StreamServerInterceptor to fix nil ptr
3732bee fixing ATLAS-13647 (#24)
Add affirm authorization
Merge pull request #9 from rchowinfoblox/atlas-10527 ATLAS-10527: add public non-interceptor unary authz api