Skip to content

Releases: infobloxopen/atlas-authz-middleware

v2.4.0

05 Dec 21:15
d68ac71
Compare
Choose a tag to compare

What's Changed

  • PTCI-830: Refactor Evaluate to expose new Validate method (v2 branch) by @rchowinfoblox in #44

Full Changelog: v2.3.0...v2.4.0

v0.0.14

05 Dec 21:14
8754c19
Compare
Choose a tag to compare

What's Changed

  • PTCI-830: Refactor Evaluate to expose new Validate method (main branch) by @rchowinfoblox in #45

Full Changelog: v0.0.13...v0.0.14

v2.3.0

02 Dec 20:39
86c2529
Compare
Choose a tag to compare

What's Changed

  • PTCI-830: Add FilterCompartmentPermissions/Features api to v2 branch by @rchowinfoblox in #42

Full Changelog: v2.2.0...v2.3.0

v0.0.13

02 Dec 20:38
3789d2a
Compare
Choose a tag to compare

What's Changed

  • PTCI-830: Add FilterCompartmentPerm/Feat, GetCurrUserCompartments to main (v1) branch by @rchowinfoblox in #43

Full Changelog: v0.0.12...v0.0.13

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)