github istio-ecosystem/authservice v1.0.1

one month ago

This is a bugfix release that includes fixes for several CVEs as well as fixes for small regressions introduced in v1.0.0.

In addition to the bug fixes, it also comes with the following added features:

  • Reduces the number of requests to the OIDC well-known endpoint.
  • Added support for retrieving the end-session endpoint from the OIDC Discovery endpoint.
  • Enhanced identity Provider logging. Starting on v1.0.1 you can enable the idp logger at debug level to show all the requests and responses exchanged with the identity Provider in the authservice logs. Use with caution and only for debugging purposes, as these logs may contain sensitive information.
  • Added examples to help getting started with authservice and Istio.
  • Configured a nightly vulnerability scan job to report new vulnerabilities to the GitHub Code Scanning page.

Detailed changelog

  • Allow customizing the Istio version to use in the e2e tests by @nacx in #243
  • Upgrade Go to 1.22.2 to get rid of CVE-2023-45288 by @nacx in #244
  • Configure nightly vulnerability scans and report upload by @nacx in #245
  • Infer the JWS signing algorithm name by looking at the provided key by @erik-h in #247
  • Use the OIDC Discovery end session endpoint if present by @nacx in #249
  • Add a logger to log the calls to the Identity Provider by @nacx in #250
  • Cache well-known responses to avoid making too much calls to the IdP by @nacx in #251
  • Add minimal examples to make it easier to get started by @nacx in #252
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #253
  • Fix scan job configuration by @nacx in #254
  • Update code owners by @nacx in #248
  • Update protoc-gen-go comment to fix make check by @sergicastro in #257
  • Validate token_type case-insensitively by @jojonium in #256
  • Fix flaky file watcher test by @sergicastro in #258

New Contributors

We want to thank our new contributors for taking the time to report issues, implement, and contribute the fixes. Thank you! 🙇‍♂️

Full Changelog: v1.0.0...v1.0.1

Don't miss a new authservice release

NewReleases is sending notifications on new releases.