feature/virtual-hosted-style #465
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#465
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/virtual-hosted-style"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The final version of virtual-hosted-style for frostfs-s3-gw.
LGTM
@ -200,3 +201,4 @@
listen_domains:
- s3dev.frostfs.devenv
- s3dev.<wildcard>.frostfs.devenv
- s3dev2.frostfs.devenv
@dkirillov Have you discussed putting it into
vhs
section?We haven't discussed. I'm ok with keeping params in
listen_domains
@ -724,0 +743,4 @@
| `enabled` | `bool` | yes | `false` | Enables the use of virtual host addressing for buckets at the application level. |
| `vhs_header` | `string` | yes | `X-Frostfs-S3-VHS` | Header for determining whether VHS is enabled for the request. |
| `servername_header` | `string` | yes | `X-Frostfs-Servername` | Header for determining servername. |
| `namespaces` | `map[string]bool` | yes | | A map in which the keys are the name of the namespace, and the values are the flag responsible for enabling VHS for the specified namespace. |
I think this overrides
enabled
flag invhs
section, even when it is disabled. Let's mention that in description.For example:
71f75a8b3d
to0f564880bf
0f564880bf
tod9fbe4de84