frostfs-s3-gw/api/middleware
Roman Loginov e0ce59fd32
All checks were successful
/ Vulncheck (push) Successful in 3m59s
/ Builds (push) Successful in 4m23s
/ Lint (push) Successful in 2m41s
/ Tests (push) Successful in 2m11s
[#586] Skip port when matching listen domains
We may have a situation where the domain
can be specified in the config without a
port, and the host in the header will be
with a port. As a result, the host will
not match. Now the port is not taken into
account when checking for a match.

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
2024-12-17 12:39:09 +00:00
..
address_style.go [#586] Skip port when matching listen domains 2024-12-17 12:39:09 +00:00
address_style_test.go [#586] Skip port when matching listen domains 2024-12-17 12:39:09 +00:00
auth.go [#570] Update frostfs-sdk-go with new tree service client 2024-12-09 15:08:48 +03:00
constants.go [#369] Enhanced http requests logging 2024-09-11 15:25:09 +03:00
log_http.go [#369] Request reproducer 2024-09-11 15:25:09 +03:00
log_http_stub.go [#369] Enhanced http requests logging 2024-09-11 15:25:09 +03:00
metrics.go [#399] Add OPTIONS method for object operations 2024-06-04 12:59:45 +00:00
middleware.go [#149] Move middlewares to separate package 2023-07-11 17:25:09 +03:00
policy.go [#583] Fix list-buckets vhs routing 2024-12-17 12:39:09 +00:00
policy_test.go [#507] Return not implemented by default in bucket router 2024-10-07 05:38:35 +00:00
reqinfo.go [#501] Add the trace id to the logs of middlware 2024-11-02 08:51:48 +00:00
reqinfo_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00
response.go [#501] Add the trace id to the logs of middlware 2024-11-02 08:51:48 +00:00
response_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00
tracing.go [#501] Add the trace id to the logs of middlware 2024-11-02 08:51:48 +00:00
tracing_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00
util.go [#367] Add check of AccessBox attributes 2024-04-19 06:25:26 +00:00
util_test.go [#387] middleware: Extend test coverage 2024-05-22 15:06:02 +00:00