We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3d4a8 commit 457f537Copy full SHA for 457f537
api/v2/apisixtls_types.go
@@ -78,7 +78,7 @@ type ApisixSecret struct {
78
type ApisixMutualTlsClientConfig struct {
79
CASecret ApisixSecret `json:"caSecret,omitempty" yaml:"caSecret,omitempty"`
80
Depth int `json:"depth,omitempty" yaml:"depth,omitempty"`
81
- SkipMTLSUriRegex []string `json:"skip_mtls_uri_regex,omitempty" yaml:"skip_mtls_uri_regex, omitempty"`
+ SkipMTLSUriRegex []string `json:"skip_mtls_uri_regex,omitempty" yaml:"skip_mtls_uri_regex,omitempty"`
82
}
83
84
func init() {
0 commit comments