github istio-ecosystem/authservice 0.2.0
v0.2.0

latest releases: v1.0.1, v1.0.0, 0.5.3...
4 years ago

New Features

Breaking changes

  • The config options authorization_uri, token_uri, and callback_uri have been simplified . They are now specified as URL strings, instead of broken down into scheme/hostname/port/path.
  • The config options cryptor_secret and timeout were removed, as they are no longer needed now that session state is no longer stored in browser cookies.
  • The config option landing_page was removed, now that end users will automatically land on the page which they had originally requested.

Known Limitations

Currently authservice can be used at either the sidecar or gateway. However, there may be issues when it is used at the gateway in an installation with multiple gateway instances. These issues are due to session state being stored in-memory, and only happen when users go from talking to one authservice instance to another mid-session. Such problems can be avoided it the gateway instances are placed behind a load balancer that supports session affinity.

The docker image associated with this release can be downloaded here:
docker pull docker.pkg.github.com/istio-ecosystem/authservice/authservice:0.2.0-13adf7f5f994

Don't miss a new authservice release

NewReleases is sending notifications on new releases.