frostfs-s3-gw/api
Roman Loginov 04b8fc2b5f
All checks were successful
/ Vulncheck (push) Successful in 1m28s
/ Builds (push) Successful in 2m14s
/ Lint (push) Successful in 3m59s
/ Tests (push) Successful in 3m17s
[#562] Empty default value for TLS termination header param
If the service is accessed not through a proxy and the
default value of the parameter with the header key is
not empty, then the system administrator does not
control disabling TLS verification in any way, because
the client can simply add a known header, thereby
skipping the verification. Therefore, the default value
of the header parameter is made empty. If it is empty,
then TLS verification cannot be disabled in any way.
Thus, the system administrator will be able to control
the enabling/disabling of TLS.

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
2024-12-13 11:12:58 +00:00
..
auth [#339] v4: Don't duplicate content-length as signed header 2024-12-10 15:04:56 +03:00
cache [#509] Support fallback address when getting box 2024-10-23 15:01:31 +03:00
data [#536] Add prefix to lifecycle rule 2024-11-12 12:51:02 +00:00
errors [#488] middleware/policy: Add frostfs-to-s3 error transformation 2024-10-02 12:35:04 +03:00
handler [#562] Empty default value for TLS termination header param 2024-12-13 11:12:58 +00:00
layer [#570] Remove frostfs-api-go dependency 2024-12-10 11:03:30 +03:00
middleware [#570] Update frostfs-sdk-go with new tree service client 2024-12-09 15:08:48 +03:00
resolver [#570] Remove frostfs-api-go dependency 2024-12-10 11:03:30 +03:00
headers.go [#339] Add aws-sdk-go-v2 2024-12-10 15:04:56 +03:00
host_bucket_router.go [#149] Add host bucket router 2023-07-11 17:25:09 +03:00
router.go [#501] Add the trace id to the logs of middlware 2024-11-02 08:51:48 +00:00
router_filter.go [#507] Return not implemented by default in bucket router 2024-10-07 05:38:35 +00:00
router_filter_test.go [#174] Fix router filter query matching 2023-07-20 12:30:17 +03:00
router_mock_test.go [#488] middleware/policy: Add frostfs-to-s3 error transformation 2024-10-02 12:35:04 +03:00
router_test.go [#488] middleware/auth: Add frostfs-to-s3 error transformation 2024-10-02 13:18:25 +03:00