Skip to content

Releases: infobloxopen/atlas-authz-middleware

v2.2.0 - Stop redacting JWT token

17 Jul 18:17
a6eb93c
Compare
Choose a tag to compare

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

Full Changelog: v2.1.0...v2.2.0

v0.0.12 - Stop redacting JWT token

17 Jul 17:41
a96c587
Compare
Choose a tag to compare

What's Changed

  • PTOCP-1121 - Update authz middleware to not redact the JWT token in V1 by @rsatal in #41

Full Changelog: v0.0.11...v0.0.12

v2.1.0

27 Feb 19:32
1664b2c
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Feb 05:36
515846d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.11...v2.0.0

Bugs in authorizer overrides

16 Jun 19:32
d191e93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10 Init StreamServerInterceptor to fix nil ptr

06 Jul 18:25
538f3d7
Compare
Choose a tag to compare
$ 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

02 Aug 15:47
767218d
Compare
Choose a tag to compare
Merge pull request #9 from rchowinfoblox/atlas-10527

ATLAS-10527: add public non-interceptor unary authz api