Add SSLForceHost support.
This commit is contained in:
parent
dce65ab9c2
commit
b7d20496f3
37 changed files with 389 additions and 40 deletions
|
@ -786,6 +786,7 @@ rateset:
|
|||
iAnnotation(annotationKubernetesAllowedHosts, "foo, fii, fuu"),
|
||||
iAnnotation(annotationKubernetesProxyHeaders, "foo, fii, fuu"),
|
||||
iAnnotation(annotationKubernetesHSTSMaxAge, "666"),
|
||||
iAnnotation(annotationKubernetesSSLForceHost, "true"),
|
||||
iAnnotation(annotationKubernetesSSLRedirect, "true"),
|
||||
iAnnotation(annotationKubernetesSSLTemporaryRedirect, "true"),
|
||||
iAnnotation(annotationKubernetesHSTSIncludeSubdomains, "true"),
|
||||
|
@ -1030,6 +1031,7 @@ rateset:
|
|||
AllowedHosts: []string{"foo", "fii", "fuu"},
|
||||
HostsProxyHeaders: []string{"foo", "fii", "fuu"},
|
||||
STSSeconds: 666,
|
||||
SSLForceHost: true,
|
||||
SSLRedirect: true,
|
||||
SSLTemporaryRedirect: true,
|
||||
STSIncludeSubdomains: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue