Skip to content

Commit

Permalink
Support full-chain registry CA check (#8580)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoLi authored Sep 3, 2019
1 parent c213950 commit 1967d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apiservers/service/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
},
"PEM": {
"type": "string",
"pattern": "^.*-----BEGIN [A-Z ]+-----\\s+[A-Za-z0-9+\/\\s]+={0,2}\\s+-----END [A-Z ]+-----\\s*$"
"pattern": "^(.*-----BEGIN [A-Z ]+-----\\s+[A-Za-z0-9+\/\\s]+={0,2}\\s+-----END [A-Z ]+-----\\s*)+$"
},
"X509_Data": {
"type": "object",
Expand Down

0 comments on commit 1967d0c

Please sign in to comment.