zitadel/internal/api/http/middleware
Elio Bischof 6d812137b7
fix: discover instance by original host
Merge pull request from GHSA-2wmj-46rj-qm2w

* fix: find instance by original domain

* return instance not found on invalid origin

* test: ensure correct host validation

* test: instance not found is translated

(cherry picked from commit 11d7a8ce61)
2023-11-29 11:59:28 +01:00
..
access_interceptor.go perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
activity_interceptor.go feat: add SYSTEM_OWNER role (#6765) 2023-10-25 15:10:45 +00:00
auth_interceptor.go feat: add SYSTEM_OWNER role (#6765) 2023-10-25 15:10:45 +00:00
cache_interceptor_test.go fix: improvements for login and oidc (#227) 2020-06-17 08:06:40 +02:00
cache_interceptor.go fix: caching of assets (correct headers and versioned avatar and variables.css url) (#4118) 2022-08-16 05:04:36 +00:00
call_interceptor.go perf: query data AS OF SYSTEM TIME (#5231) 2023-02-27 22:36:43 +01:00
cors_interceptor.go fix(CORS): add X-Requested-With to Access-Control-Request-Headers (#5009) 2023-01-09 13:37:10 +01:00
csp.go feat: enable iframe use (#4766) 2022-12-14 07:17:36 +01:00
instance_interceptor_test.go fix: discover instance by original host 2023-11-29 11:59:28 +01:00
instance_interceptor.go fix: discover instance by original host 2023-11-29 11:59:28 +01:00
metrics_interceptor.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
origin_interceptor_test.go fix: origin from proxies (#6738) 2023-10-17 13:01:47 +00:00
origin_interceptor.go fix: origin from proxies (#6738) 2023-10-17 13:01:47 +00:00
robots_tag_interceptor_test.go fix: introduce measures to avoid bots crawling and indexing activities (#5728) 2023-05-05 10:25:02 +02:00
robots_tag_interceptor.go fix: introduce measures to avoid bots crawling and indexing activities (#5728) 2023-05-05 10:25:02 +02:00
security_headers.go feat: enable iframe use (#4766) 2022-12-14 07:17:36 +01:00
telemetry_interceptor.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_agent_cookie.go fix: set samesite to none for user agent cookie for iframe usage (#6162) 2023-07-10 07:51:56 +02:00