github ory/oathkeeper v0.38.9-beta.1

latest releases: v0.40.7, v0.40.7-pre.0, v0.40.6...
pre-release3 years ago

This release adds support for X-Forwarded-Proto, passes tracing contexts to downstream requests, bumps Go to 1.16, and resolves issues preventing the log level from being set to trace level. Additionally included are improvements to the overall tracing set up, a cookie authenticator bugfix, and a bugfix for glob pattern matching.

0.38.9-beta.1 (2021-03-17)

Bug Fixes

  • Accept lower and uppercase in bearer token handler (6e46d4a)

  • Add support for X-Forwarded-Proto header (#638) (6eb83fd), closes #153

  • Ignore cookie auth when no cookies set (c84d880)

  • Make glob patterns match only one path segment. (#664) (c711aac), closes #630:

    This makes / also a separator as well as the presumably default value of .. This allows using <*> for matching only one path segment.

  • Pass context through to external requests (#627) (ee25197):

    Enables proper tracing through Jaeger etc

  • Resolve goreleaser issues and bump golang (7291df9)

  • Update goreleaser config (9689f45)

  • Update log schema (78e654d)

Features

Unclassified

  • Add missing documentation for oauth2_introspection (#648) (34cf38c), closes #549
  • Formatting (546691b)
  • Add tracing to outbound oauth introspection requests (daf44cb)

Changelog

daf44cb Add tracing to outbound oauth introspection requests
546691b Formatting
4e1aed9 autogen(docs): generate and format documentation
2e85095 autogen(docs): generate and format documentation
460791f autogen(docs): generate and format documentation
abe629c autogen(docs): generate and format documentation
b897d06 autogen(docs): generate and format documentation
f3561e6 autogen(docs): generate and format documentation
fe013c2 autogen(docs): generate and format documentation
c246e19 autogen(docs): generate and format documentation
94c9903 autogen(docs): regenerate and update changelog
7190ec7 autogen(docs): regenerate and update changelog
ae5417d autogen(docs): regenerate and update changelog
ef9153e autogen(docs): regenerate and update changelog
e27cdab autogen(docs): regenerate and update changelog
eb53de7 autogen(docs): regenerate and update changelog
10a9ba6 autogen(docs): regenerate and update changelog
2632da7 autogen(docs): regenerate and update changelog
6eafbbb autogen(docs): update milestone document
ccab9eb autogen(openapi): Regenerate swagger spec and internal client
3b37928 autogen: pin v0.38.7-beta.1 release commit
2943e9a autogen: pin v0.38.8-beta.1 release commit
9ad41f0 autogen: pin v0.38.9-beta.1 release commit
7afdc40 autogen: pin v0.38.9-beta.1.pre.1 release commit
9695b77 autogen: pin v0.38.9-beta.1.pre.2 release commit
7725554 autogen: pin v0.38.9-beta.1.pre.3 release commit
a8f4a7b autogen: pin v0.38.9-beta.1.pre.4 release commit
19fa7a5 chore: update repository templates (#637)
f40a5ef chore: update repository templates (#639)
21be89b chore: update repository templates (#653)
82a80ef ci: add go orb
d2ad33c ci: bump cci orbs
68889e7 ci: bump ci timeout
cda6b00 ci: bump goreleaser orb
2a282e0 ci: bump orbs
1648f84 ci: bump orbs
1f10386 ci: disable changelog cache
e00c10b ci: remove missing dependency
34cf38c doc: add missing documentation for oauth2_introspection (#648)
e74d4a2 feat: bump to go 1.16
6a3f5d3 feat: resolve go mod issues
6e46d4a fix: accept lower and uppercase in bearer token handler
6eb83fd fix: add support for X-Forwarded-Proto header (#638)
c84d880 fix: ignore cookie auth when no cookies set
c711aac fix: make glob patterns match only one path segment. (#664)
ee25197 fix: pass context through to external requests (#627)
7291df9 fix: resolve goreleaser issues and bump golang
9689f45 fix: update goreleaser config
78e654d fix: update log schema

Docker images

  • docker pull oryd/oathkeeper:v0
  • docker pull oryd/oathkeeper:v0.38
  • docker pull oryd/oathkeeper:v0.38.9
  • docker pull oryd/oathkeeper:v0.38.9-beta.1
  • docker pull oryd/oathkeeper:latest
  • docker pull oryd/oathkeeper:v0-alpine
  • docker pull oryd/oathkeeper:v0.38-alpine
  • docker pull oryd/oathkeeper:v0.38.9-alpine
  • docker pull oryd/oathkeeper:v0.38.9-beta.1-alpine
  • docker pull oryd/oathkeeper:latest-alpine

Don't miss a new oathkeeper release

NewReleases is sending notifications on new releases.