Skip to content

Commit 1967d0c

Browse files
authored
Support full-chain registry CA check (#8580)
1 parent c213950 commit 1967d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/apiservers/service/swagger.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
},
634634
"PEM": {
635635
"type": "string",
636-
"pattern": "^.*-----BEGIN [A-Z ]+-----\\s+[A-Za-z0-9+\/\\s]+={0,2}\\s+-----END [A-Z ]+-----\\s*$"
636+
"pattern": "^(.*-----BEGIN [A-Z ]+-----\\s+[A-Za-z0-9+\/\\s]+={0,2}\\s+-----END [A-Z ]+-----\\s*)+$"
637637
},
638638
"X509_Data": {
639639
"type": "object",

0 commit comments

Comments
 (0)