Skip to content

Commit

Permalink
daily dir and audit snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpaquin committed Jul 18, 2023
1 parent 52bfa70 commit 89c064b
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 300 deletions.
34 changes: 31 additions & 3 deletions logs/daily_audit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"directory": "https://raw.githubusercontent.com/the-commons-project/vci-directory/main/vci-issuers.json",
"auditTime": "2023-07-17T12:39:00Z",
"auditTime": "2023-07-18T12:34:41Z",
"issuerCount": 631,
"issuersWithErrors": [
{
Expand Down Expand Up @@ -600,6 +600,14 @@
"crv": "P-256"
}
],
"tlsDetails": {
"version": "TLSv1.2",
"cipher": "ECDHE-RSA-AES256-GCM-SHA384",
"kexAlg": "ECDH, prime256v1, 256 bits",
"authAlg": "RSA",
"pubKeySize": "2048",
"compression": "NONE"
},
"crls": [],
"errors": [
"Issuer key endpoint does not contain a CORS 'access-control-allow-origin' header"
Expand Down Expand Up @@ -658,6 +666,18 @@
"TimeoutError: Timeout awaiting 'request' for 5000ms"
]
},
{
"issuer": {
"iss": "https://dvc.mohw.gov.tw",
"name": "Taiwan",
"website": "https://www.mohw.gov.tw/mp-2.html"
},
"keys": [],
"crls": [],
"errors": [
"TimeoutError: Timeout awaiting 'request' for 5000ms"
]
},
{
"issuer": {
"iss": "https://emed.com",
Expand Down Expand Up @@ -743,8 +763,16 @@
"HCA National",
"West Tennessee Healthcare"
],
"previousAuditTime": "2023-07-16T12:33:03Z",
"previousAuditTime": "2023-07-17T12:39:00Z",
"newIssuerCount": 0,
"deletedIssuerCount": 0,
"removedKids": []
"removedKids": [
{
"iss": "https://dvc.mohw.gov.tw",
"kids": [
"e321KG2oVcL8QVUG59NKlgEg20kkJwiqpJ9jBvZdz-o",
"WouwNX4pUA1SBWVtJ4Wej6pY3KcwNCbC4amiB7VOO5o"
]
}
]
}
Loading

0 comments on commit 89c064b

Please sign in to comment.