Releases: keattang/eks-auth-proxy
Releases · keattang/eks-auth-proxy
v2.0.0
Changed
- Upgraded all dependencies. This included some breaking changes in
openid-client
. Most notably,/.well-known/oauth-authorization-server
is no longer supported as an OIDC issuer URL. When passing the--oidc-issuer
option toeks-auth-proxy
you should make sure to pass the/.well-known/openid-configuration
URL. More details here: https://github.com/panva/node-openid-client/releases/tag/v5.0.0
Full Changelog: v1.9.0...v2.0.0
Added option to disable CSP protection
What's Changed
- Bump async from 3.2.0 to 3.2.3 by @dependabot in #27
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #26
- Bump follow-redirects from 1.13.2 to 1.14.8 by @dependabot in #25
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #24
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #20
- Bump normalize-url from 4.5.0 to 4.5.1 by @dependabot in #19
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #17
- Bump jose from 2.0.4 to 2.0.5 by @dependabot in #16
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #18
- Bump color-string from 1.5.4 to 1.9.1 by @dependabot in #29
- Adding new option to disable csp by @agutoli in #28
New Contributors
Full Changelog: v1.8.8...v1.9.0
Fixed debug logging of upstream request headers
v1.8.8 Fixed version in package.json
Change to debian base image to potentially fix k8s DNS issue
v1.8.7 Change to debian base image to potentially fix k8s DNS issue
Fixed error handling
v1.8.6 Fixed error handling
Reinstated longer oidc-client timeouts
v1.8.5 Reinstated longer oidc-client timeouts
Updated js dependencies
v1.8.4 Updated dependencies
Bump node to latest LTS
v1.8.3 Bump npm to latest LTS
Fixed POST/PUT requests
v1.8.2 Fixed POST/PUT requests
Logging proxy errors
v1.8.1 Logging proxy errors