Skip to content

Releases: opentdf/platform

protocol/go: v0.1.0

22 Apr 15:44
ed13757
Compare
Choose a tag to compare

0.1.0 (2024-04-22)

Features

  • attr value lookup by fqn: adds GetAttributesByFqns rpc in attributes service #243 (#250) (b810d33)
  • auth: add authorization via casbin (#417) (292f2bd)
  • authorization service: Gets the attributes from the in-memory service connection inside the GetDecisions request (#273) (ce57117)
  • authorization: entitlements (#247) (42c4f27)
  • core: exposes new well-known configuration endpoint (#299) (d52cd21)
  • idp-add-on: PLAT-3005 Add keycloak idp add on and idp add on protos (#233) (2365e61)
  • kas: authorization decisions (#431) (82e8895)
  • PLAT-2950: Update buf generated interface code for java (#240) (d7e2642)
  • policy object selectors: adds initial selector protos, moves policy object type messages to top-level to avoid circular imports, and provides subject mappings in response to GetAttributeValuesByFqns (#372) (e9d9241)
  • policy subject mappings condition sets / migrations: adds DB schema, fixes migrate down command, adds migrate up command, bumps goose (#286) (4d7a032)
  • policy: adds support for match subject request to get entitlements without FQN scopes (#347) (63c34a5)
  • policy: enhance and expand metadata and normalize API (#314) (9389f3b)
  • policy: enhance subject mappings with subject condition sets (#321) (df692eb)
  • policy: list attrs by namespace (#479) (92d8f8c)
  • policy: list attrs by namespace name (#487) (04e723f)
  • policy: rework attribute value members (#398) (1cb7d0c)
  • policy: support attribute value creation (#454) (432ee6b)
  • policy: update fixtures, proto comments, and proto field names to reflect use of jq selector syntax within Conditions of Subject Sets (#523) (16f40f7)

Bug Fixes

  • authorization: remove access pdp internal AttributeInstance type and use policy proto generated struct types instead (#485) (8435f59)
  • policy: Adds policy package infix (#280) (57e8ef9)
  • protos: authorization service's ResourceAttribute message should map to updated platform policy schema (#238) (bf381dc)

lib/ocrypto: v0.1.0

22 Apr 16:06
0029ad8
Compare
Choose a tag to compare

0.1.0 (2024-04-22)

Features

  • kas: support HSM and standard crypto (#497) (f0cbe03)
  • PLAT-3112: Add Elliptic Curve functionality to support nanotdf (#576) (504482a)
  • PLAT-3112: Initial consumption of ec_key_pair functions by nanotdf (#586) (5e2cba0)

lib/fixtures: v0.1.0

22 Apr 16:06
62e07b6
Compare
Choose a tag to compare

0.1.0 (2024-04-22)

Features

Bug Fixes