Skip to content

Commit 5369388

Browse files
committed
Rename sniServerName to sniName
1 parent 76d3797 commit 5369388

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/crd/bases/k8s.nginx.org_policies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
type: string
144144
sniEnabled:
145145
type: boolean
146-
sniServerName:
146+
sniName:
147147
type: string
148148
token:
149149
type: string

deploy/crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ spec:
305305
type: string
306306
sniEnabled:
307307
type: boolean
308-
sniServerName:
308+
sniName:
309309
type: string
310310
token:
311311
type: string

pkg/apis/configuration/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ type JWTAuth struct {
658658
JwksURI string `json:"jwksURI"`
659659
KeyCache string `json:"keyCache"`
660660
SNIEnabled bool `json:"sniEnabled"`
661-
SNIServerName string `json:"sniServerName"`
661+
SNIServerName string `json:"sniName"`
662662
}
663663

664664
// BasicAuth holds HTTP Basic authentication configuration

0 commit comments

Comments
 (0)