forked from TrueCloudLab/frostfs-s3-gw
[#562] Support TLS termination header for SSE-C
The TLS termination header added for determining whether TLS needs to be checked. If the system requests come through a proxy server and TLS can terminate at the proxy level, you should use this header to disable TLS verification at SSE-C. Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
980763c468
commit
4a4ce00994
14 changed files with 74 additions and 22 deletions
|
@ -41,6 +41,7 @@ type (
|
|||
RetryMaxAttempts() int
|
||||
RetryMaxBackoff() time.Duration
|
||||
RetryStrategy() RetryStrategy
|
||||
TLSTerminationHeader() string
|
||||
}
|
||||
|
||||
FrostFSID interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue