Skip to content

v2.5.0

Compare
Choose a tag to compare
@oxyno-zeta oxyno-zeta released this 14 May 17:49
· 696 commits to master since this release
a5c8707

2.5.0 (2020-05-14)

Bug Fixes

  • server: Fix log for oidc no autentication header or cookie found (5ae718a)

Continuous Integration

Documentation

Features

  • Improve oidc authentication by unsealing jwt tokens with signature check and improve code base (ff105a5)
  • OIDC will redirect to initial path when authentication is finished (135f0db)

Maintenance

  • Add developer notes (1b195b6)
  • Change release tag format to follow go modules (147f4e9)
  • Clean go modules (b7691a4)
  • Clean go modules (56548d4)
  • Document new feature (ab9a2f2)
  • Start a local keycloak with tests realms, clients and users for test purpose (aa320ab)
  • deps: update golang.org/x/net commit hash to 7e3656a (3b432fa)
  • deps: update golang.org/x/net commit hash to e0ff5e5 (90403ca)
  • deps: update golang.org/x/net commit hash to ff2c4b7 (ed5c118)
  • deps: update module aws/aws-sdk-go to v1.30.16 (f2a3dd6)
  • deps: update module aws/aws-sdk-go to v1.30.19 (ad49596)
  • deps: update module aws/aws-sdk-go to v1.30.24 (947a673)
  • deps: update module prometheus/client_golang to v1.6.0 (7d892fd)
  • deps: update module sirupsen/logrus to v1.6.0 (0b61e9c)
  • deps: update module spf13/viper to v1.7.0 (4071597)

Pull Requests

  • Merge pull request #54 from oxyno-zeta/develop (3792fe9), closes #54
  • Merge pull request #49 from oxyno-zeta/renovate/golang.org-x-net-digest (d4d2122), closes #49
  • Merge pull request #48 from oxyno-zeta/renovate/github.com-aws-aws-sdk-go-1.x (f7435c5), closes #48
  • Merge pull request #50 from oxyno-zeta/renovate/github.com-spf13-viper-1.x (f356345), closes #50
  • Merge pull request #46 from oxyno-zeta/renovate/golang.org-x-net-digest (cb11f3e), closes #46
  • Merge pull request #45 from oxyno-zeta/renovate/github.com-aws-aws-sdk-go-1.x (c51567d), closes #45
  • Merge pull request #47 from oxyno-zeta/renovate/github.com-sirupsen-logrus-1.x (0bc67e5), closes #47
  • Merge pull request #43 from oxyno-zeta/renovate/github.com-aws-aws-sdk-go-1.x (9d4177f), closes #43
  • Merge pull request #42 from oxyno-zeta/renovate/golang.org-x-net-digest (9b02e39), closes #42
  • Merge pull request #44 from oxyno-zeta/renovate/github.com-prometheus-client_golang-1.x (ed9631b), closes #44

Tests

  • server: Add tests for OIDC with real OIDC server (keycloak) (dd8c703)