Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 17:13
· 38 commits to main since this release
e99542a

Changelog

  • 7475dd3 Actions: fix tag format, use stable attestation
  • 40858b4 Add JWKS URL flag to Dockerfile
  • cccd40d Add standard middlewares to the root router
  • 2735311 Dockerfile: provide OPAAL URL argument to executable
  • acfb305 Don't slug-ify node IDs (MAC addresses)
  • 7cb7c62 Fix minor spelling error in logs :)
  • 4a9b067 Generalize OPAAL interface to any OIDC server
  • ecf9812 Handlers: remove dependency on weird module from Gitea
  • e884218 Implement JWT-based authentication for secure route
  • d1779ea Implement second HTTP route, to be protected via JWT
  • 08c1e9f Memstore: fall back to using given name if no SMD results
  • efc4b0d Memstore: use log module instead of fmt for all output
  • e99542a Merge pull request #10 from OpenCHAMI/lritzdorf/rearchitect
  • 2c368cd Merge pull request #8 from OpenCHAMI/alexlovelltroy-patch-3
  • 2c6d29b Pass empty strings to optional flags when no values are set
  • c7c17c9 Properly detect empty CI datastore; clean up formatting
  • 31e9446 Return slug-ified datastore key instead of plain one
  • ef839f9 Routers: define middlewares before routes, as required
  • 0e246cb Switch from the Gin HTTP server to Chi
  • 922a82b Update Dockerfile
  • 22fb651 Update changelog for new release
  • f2edfe2 Update changelog to include OPAAL server support
  • 68075ea main: accept OPAAL URL argument, instead of single token
  • ce70174 oidc: add note about OAuth2 authorization grant support
  • 04a82e9 replacing copypasta with real binary name in build automation
  • 22ee13d smdclient: support fetching new token from OPAAL