zitadel/internal/api/http
Livio Spring b1f5b1979c
fix: respect x-zitadel-forwarded header again (#8473)
# Which Problems Are Solved

#8369 added the possibility to handle trusted domains for public hosts
as response. Additionally, the OIDC issuer is extracted from the
`DomainContext` and not from headers anymore.
This accidentally dropped support for the `x-zitadel-forwarded`.

# How the Problems Are Solved

Added `x-zitadel-forwarded` in the list of additionally handled headers.

# Additional Changes

None

# Additional Context

- relates to #8369
- reported in Discord:
https://discord.com/channels/927474939156643850/1275484169626980403
2024-08-21 16:36:16 +00:00
..
middleware fix: respect x-zitadel-forwarded header again (#8473) 2024-08-21 16:36:16 +00:00
cookie.go fix: set user agent cookie on host only (without subdomains) (#7297) 2024-02-15 07:53:59 +01:00
domain_check.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
error_test.go fix: add information about target response into error message if inte… (#8281) 2024-08-16 11:26:15 +02:00
error.go fix: add information about target response into error message if inte… (#8281) 2024-08-16 11:26:15 +02:00
header.go fix: respect x-zitadel-forwarded header again (#8473) 2024-08-21 16:36:16 +00:00
marshal.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
origin.go refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
parser.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00
request_context.go feat: trusted (instance) domains (#8369) 2024-07-31 18:00:38 +03:00