Skip to content

Releases: aristanetworks/oidc-authservice

v1.15-arista

16 Nov 18:42
Compare
Choose a tag to compare

extra-auth: Change behavior from using http headers to cookies

v1.14-arista

07 Nov 17:05
Compare
Choose a tag to compare

auth: Add a new extra authenticator for basic JWT

v1.13-arista

05 Sep 00:17
Compare
Choose a tag to compare
  • Add redisfailover as a session type (#30)

v1.12-arista

03 Aug 05:04
1ad4843
Compare
Choose a tag to compare
  • merge from upstream as of 0c4ea9a #29
  • Fix config watcher reload #28

v1.11-arista

20 Apr 13:36
bad7dd1
Compare
Choose a tag to compare
  • Fix config watch reloading #26
  • Add default rule matching #25

v1.9-arista

03 Feb 09:48
Compare
Choose a tag to compare

Update Go and Alpine.

v1.6-arista

30 Aug 22:04
Compare
Choose a tag to compare
  • Add cache headers on auth redirection
  • Remove CORS middleware which was always returning 200 on OPTIONS requests (not secure, OPTIONS requests should also be authenticated).

v1.5-arista

18 May 09:59
1eabd31
Compare
Choose a tag to compare

Update golang and alpine images

v1.4-arista

29 Apr 17:26
Compare
Choose a tag to compare
  • adds an Authorization header containing the users id token (JWT) in addition to the existing user id and group headers. The key for this header can be set through the new TOKEN_HEADER env var.
  • Remove k8s_authenticator since it is not used in our environment
  • Change authenticator so that the Authenticate interface function has access to the response writer so it can set the token header.
  • Define custom Authenticator interface and User struct rather than using the k8s.io/apiserver/pkg/authentication package
  • Pull in upstream commit which updates logic for loading session from header or cookie
  • Omit USERID and GROUPS headers by default, they can still be included through setting the GROUPS_HEADER and USERID_HEADER environment variables

v1.3-arista

16 Mar 20:02
Compare
Choose a tag to compare

CHANGELOG:

  • New autoreload functionality for AuthzConfig file
  • Set HttpOnly and Secure attributes for session cookie
  • Add LOG_LEVEL env var