Skip to content

Releases: BurtonTechnical/RAnLab-api

Fixing the secrets used in the build

06 Mar 21:01
2a4e57d

Choose a tag to compare

Build now pulls secrets in as environment variables.

Fixing deploy command

06 Mar 18:51
55d1b64

Choose a tag to compare

Missed a line continuation in the previous release.

Fixing up the management client id

06 Mar 18:45

Choose a tag to compare

Management client id & secret are now in the configuration.

Second Edit Requests Alpha

27 Feb 03:47

Choose a tag to compare

Adding edit requests to the server.

First Edit Requests Release

27 Feb 03:40

Choose a tag to compare

Limited functionality for edit requests, with the rest still tbd. Uploading and releasing to allow Lesley to do some work on Saturday.

Temporarily disabling auth0

12 Feb 23:09

Choose a tag to compare

Same as previous, just fixing syntax errors that caused the GCP build/deploy action to fail.

Temporarily disabling auth0

12 Feb 23:03

Choose a tag to compare

We need to figure out how to support the interaction mode that we're using for auth0, as the token coming through from the front end is an opaque one (or possibly a management api token). In the meantime, to make the integration path easier, I'm disabling auth0.

Auth0 Alpha 2

08 Feb 17:08

Choose a tag to compare

Alpha 2 for auth0

  • 'userId' custom claim replaced with the default 'sub' claim (splitting on | to make routes cleaner)
  • claims namespace changed to 'https://lesleychard'
  • changes on the tenant to the rules for setting up the 'admin' custom claim.

Auth0 Alpha 1

06 Feb 19:57

Choose a tag to compare

This isn't actually the first release with Auth0, but it's the first one focused on making sure Auth0 is set up correctly.

Cors Alpha 4

02 Feb 01:21

Choose a tag to compare

Fixing the CORS allowed origins a bit