Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@jeremyfaller jeremyfaller released this 01 Sep 16:34
· 1545 commits to main since this release
929749e

Changes since since v0.5.1

 

Notes

We added a new service, e2e, that runs routine e2e tests on the system. Before deploying, re-run the Terraform configurations. You need to force a re-build by running terraform taint null_resource.build.

Features

  • System admin page to create realms from the UI instead of command line tools. (#426, @mikehelmick)
  • Adds a variety of best practice security headers to all three servers. (#415, @icco)
  • Realm settings to enable ENX (EN Express) (#437, @mikehelmick)
  • A simple e2e test is added to test APIs provided by the verification server and the key server. (#417, @yegle)

Operational

  • Set up Cloud Scheduler to probe the e2e runner service handlers every 10min. (#420, @yegle)
  • Improve deployment scripts (#419, @sethvargo)
  • Adds three new host variables to terraform and sets up a GCLB with those hosts. (#409, @icco)

Other

Dependencies

 

Added

  • github.com/felixge/httpsnoop: v1.0.1
  • github.com/rakutentech/jwk-go: v1.0.1
  • github.com/unrolled/secure: v1.0.8
  • github.com/urfave/negroni: v1.0.0
     

Changed