[#371] Add custom Source IP header configuration
Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
This commit is contained in:
parent
d903de2457
commit
45f77de8c8
11 changed files with 54 additions and 13 deletions
|
@ -64,6 +64,10 @@ type middlewareSettingsMock struct {
|
|||
aclEnabled bool
|
||||
}
|
||||
|
||||
func (r *middlewareSettingsMock) SourceIPHeader() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (r *middlewareSettingsMock) NamespaceHeader() string {
|
||||
return FrostfsNamespaceHeader
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue