Skip to content

Releases: restorecommerce/access-control-srv

v1.5.2

04 Jul 08:32
Compare
Choose a tag to compare

1.5.2 (2024-07-04)

Bug Fixes

  • optimize redis lookup for HR scopes in beginning of isAllowed and whatIsAllowed (010f5f8)
  • reload issue (7033d46)
  • removed event listeners and move reload to CRMD (40a1727)
  • revert removed event listeners and move reload to CRMD (bc94bf7)

v1.5.1

28 Jun 12:31
Compare
Choose a tag to compare

1.5.1 (2024-06-28)

Bug Fixes

  • change ES log level to info (5329b5f)

v1.5.0

28 Jun 10:31
Compare
Choose a tag to compare

1.5.0 (2024-06-28)

Bug Fixes

  • Up cfg for importing seed data on startup and updated deps (8c05f53)
  • up cfg to remove setApiKey command (4efec9e)

Features

  • Add seed policy_set, policy and rules (9f5b9b6)

v1.4.2

21 Apr 08:45
Compare
Choose a tag to compare

1.4.2 (2024-04-21)

Bug Fixes

  • extend acs-client to validate multiple matching entities and instances for a given subject (15c1093)

v1.4.1

17 Apr 14:12
Compare
Choose a tag to compare

1.4.1 (2024-04-17)

Bug Fixes

  • fix to create HR scope every time if it not exists in redis (as the redis entries are needed by acs-client to evaluate rule on client side) (24a61a9)

v1.4.0

16 Apr 10:57
Compare
Choose a tag to compare

1.4.0 (2024-04-16)

Bug Fixes

  • add tests without setting scope (1a1aecd)
  • fix subject with HR scope matching on Policy target (532befe)
  • fixes for matching the owner entity and instances with role scoping entity and instance (cd7123b)
  • handle multiple owners for single entity for owners in HR scope matching (e6c5f55)
  • removed redundant target scoping entity and target scoping instance from ACS request message (da1b32e)
  • tests as evaluation of whatIsAllowed for reverse policy set query response when target scope is provided is done in acs-client (27513e6)
  • use flatmap to get ownerInstances in HR scoping (f06da83)

Features

  • make scope optional and verify the owner entity and instance with matching role scoping entity and role scoping instance value respectively (e501cd5)

v1.3.10

22 Mar 11:49
Compare
Choose a tag to compare

1.3.10 (2024-03-22)

Bug Fixes

v1.3.9

22 Mar 11:36
Compare
Choose a tag to compare

1.3.9 (2024-03-22)

Bug Fixes

  • offset subscription for ACS during startup (00b3aa0)

v1.3.8

20 Mar 15:32
Compare
Choose a tag to compare

1.3.8 (2024-03-20)

Bug Fixes

  • up kafka-client with retry mechansim for creating topics (f4555b9)

v1.3.7

20 Mar 09:48
Compare
Choose a tag to compare

1.3.7 (2024-03-20)

Bug Fixes

  • Add logger for logging errors (48d6d2c)