Skip to content

HyP3 v7.3.0

Compare
Choose a tag to compare
@tools-bot tools-bot released this 24 May 18:59
aa76f18

This release adds support for access codes. If a user specifies an active access code when they apply for HyP3 access, they will be granted automatic approval without the need for a HyP3 operator to review their application.

If you operate a HyP3 deployment, you can create a new access code by adding an item to the AccessCodesTable DynamoDB table for your deployment, with any string for the access_code attribute and an ISO-formatted UTC timestamp for the start_date and end_date attributes, e.g. 2024-06-01T00:00:00+00:00 and 2024-06-02T00:00:00+00:00 for an access code that becomes active on June 1, 2024 and expires on June 2, 2024.

Added

  • The PATCH /user endpoint now includes an optional access_code parameter and returns a 403 response if given an invalid or inactive access code.

Changed

  • Turn off hyp3 ACCESS spend by zeroing the max VCPUs in the associated deployment.
  • Reduce product lifetime in hyp3 ACCESS deployment to 14 days.