You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation: `This annotation defines the URL/Page that user should be redirected in case of a Certificate Authentication Error`,
75
-
},
76
-
annotationAuthTLSPassCertToUpstream: {
77
-
Validator: parser.ValidateBool,
78
-
Scope: parser.AnnotationScopeLocation,
79
-
Risk: parser.AnnotationRiskLow,
80
-
Documentation: `This annotation defines if the received certificates should be passed or not to the upstream server in the header "ssl-client-cert"`,
81
-
},
82
-
annotationAuthTLSMatchCN: {
83
-
Validator: parser.CommonNameAnnotationValidator,
84
-
Scope: parser.AnnotationScopeLocation,
85
-
Risk: parser.AnnotationRiskHigh,
86
-
Documentation: `This annotation adds a sanity check for the CN of the client certificate that is sent over using a string / regex starting with "CN="`,
Documentation: `This annotation defines the URL/Page that user should be redirected in case of a Certificate Authentication Error`,
74
+
},
75
+
annotationAuthTLSPassCertToUpstream: {
76
+
Validator: parser.ValidateBool,
77
+
Scope: parser.AnnotationScopeLocation,
78
+
Risk: parser.AnnotationRiskLow,
79
+
Documentation: `This annotation defines if the received certificates should be passed or not to the upstream server in the header "ssl-client-cert"`,
80
+
},
81
+
annotationAuthTLSMatchCN: {
82
+
Validator: parser.CommonNameAnnotationValidator,
83
+
Scope: parser.AnnotationScopeLocation,
84
+
Risk: parser.AnnotationRiskHigh,
85
+
Documentation: `This annotation adds a sanity check for the CN of the client certificate that is sent over using a string / regex starting with "CN="`,
86
+
},
87
+
},
88
+
}
91
89
92
90
// Config contains the AuthSSLCert used for mutual authentication
0 commit comments