File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 130130 {
131131 "name" : " mtls_certificate_path" ,
132132 "label" : " Path to certificate" ,
133- "description" : " " ,
134- "type" : " STRING " ,
133+ "description" : " or full certificate from -----BEGIN to END CERTIFICATE----- " ,
134+ "type" : " PASSWORD " ,
135135 "visibilityCondition" : " model.use_mtls==true"
136136 },
137137 {
138138 "name" : " mtls_key_path" ,
139139 "label" : " Path to key" ,
140- "description" : " " ,
141- "type" : " STRING " ,
140+ "description" : " or full key from -----BEGIN to END PRIVATE KEY----- " ,
141+ "type" : " PASSWORD " ,
142142 "visibilityCondition" : " model.use_mtls==true"
143143 }
144144 ]
Original file line number Diff line number Diff line change 5555 {
5656 "name" : " mtls_certificate_path" ,
5757 "label" : " Path to certificate" ,
58- "description" : " " ,
59- "type" : " STRING " ,
58+ "description" : " or full certificate from -----BEGIN to END CERTIFICATE----- " ,
59+ "type" : " PASSWORD " ,
6060 "visibilityCondition" : " model.use_mtls==true"
6161 },
6262 {
6363 "name" : " mtls_key_path" ,
6464 "label" : " Path to key" ,
65- "description" : " " ,
66- "type" : " STRING " ,
65+ "description" : " or full key from -----BEGIN to END PRIVATE KEY----- " ,
66+ "type" : " PASSWORD " ,
6767 "visibilityCondition" : " model.use_mtls==true"
6868 }
6969 ]
Original file line number Diff line number Diff line change 6464 {
6565 "name" : " mtls_certificate_path" ,
6666 "label" : " Path to certificate" ,
67- "description" : " " ,
68- "type" : " STRING " ,
67+ "description" : " or full certificate from -----BEGIN to END CERTIFICATE----- " ,
68+ "type" : " PASSWORD " ,
6969 "visibilityCondition" : " model.use_mtls==true"
7070 },
7171 {
7272 "name" : " mtls_key_path" ,
7373 "label" : " Path to key" ,
74- "description" : " " ,
75- "type" : " STRING " ,
74+ "description" : " or full key from -----BEGIN to END PRIVATE KEY----- " ,
75+ "type" : " PASSWORD " ,
7676 "visibilityCondition" : " model.use_mtls==true"
7777 }
7878 ]
You can’t perform that action at this time.
0 commit comments