File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pkg/apis/configuration/v1 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ spec:
143
143
type : string
144
144
sniEnabled :
145
145
type : boolean
146
- sniServerName :
146
+ sniName :
147
147
type : string
148
148
token :
149
149
type : string
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ spec:
305
305
type : string
306
306
sniEnabled :
307
307
type : boolean
308
- sniServerName :
308
+ sniName :
309
309
type : string
310
310
token :
311
311
type : string
Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ type JWTAuth struct {
658
658
JwksURI string `json:"jwksURI"`
659
659
KeyCache string `json:"keyCache"`
660
660
SNIEnabled bool `json:"sniEnabled"`
661
- SNIServerName string `json:"sniServerName "`
661
+ SNIServerName string `json:"sniName "`
662
662
}
663
663
664
664
// BasicAuth holds HTTP Basic authentication configuration
You can’t perform that action at this time.
0 commit comments