github istio-ecosystem/authservice v1.1.0

24 days ago

Authservice 1.1.0 fixes several CVEs and brings several new features:

  • Added Token Exchange support: This release adds support for the OAuth2 Token Exchange flow. This can be used to exchange the token retrieved from the Identity provider for an internal token suitable for accessing internal services. This is a useful flow when the token obtained directly from the Identity Provider doesn't have access to all the services behind the Authservice.
  • Redis connection parameters: In this release, the configuration has been enhanced to allow setting the Redis connection options when using Redis as a session store. This can be used to better configure Redis credentials or mTLS certificates.
  • Better file watching: The watchers that watch for changes to files have been optimized. In previous releases, they were periodically loaded at a fixed interval. In this release, this has been refactored, and now the changes to watched files (client secret, redis credentials, OIDC CA files, etc) will be automatically reflected as they happen.
  • CVE fixes:

Detailed Changelog

New Contributors 🎉

  • @basvanbeek made their first contribution in #286
  • @ilgatnau made the first contribution adding support for using POST as a client auth method.

Full Changelog: v1.0.4...v1.1.0

Don't miss a new authservice release

NewReleases is sending notifications on new releases.