-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55e4015
commit ae4098d
Showing
14 changed files
with
206 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"$id": "EM_FCDJGw6etiKHT7gQTFbWdq45MfwIrzbu_lyaupdhr", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Legal Entity Engagement Context Role vLEI Credential", "description": "A vLEI Role Credential issued to representatives of a Legal Entity in other than official roles but in functional or other context of engagement", "type": "object", "credentialType": "LegalEntityEngagementContextRolevLEICredential", "properties": {"v": {"description": "Version", "type": "string"}, "d": {"description": "Credential SAID", "type": "string"}, "u": {"description": "One time use nonce", "type": "string"}, "i": {"description": "GLEIF Issuee AID", "type": "string"}, "ri": {"description": "Credential status registry", "type": "string"}, "s": {"description": "Schema SAID", "type": "string"}, "a": {"oneOf": [{"description": "Attributes block SAID", "type": "string"}, {"$id": "EDv4wiOMHE125CXu-EuOd0YRXz-AgpLilJfjoODFqtHD", "description": "Attributes block", "type": "object", "properties": {"d": {"description": "Attributes block SAID", "type": "string"}, "u": {"description": "A salty nonce", "type": "string"}, "i": {"description": "Person Issuee AID", "type": "string"}, "dt": {"description": "Issuance date time", "type": "string", "format": "date-time"}, "LEI": {"description": "LEI of the Legal Entity", "type": "string", "format": "ISO 17442"}, "personLegalName": {"description": "Recipient name as provided during identity assurance", "type": "string"}, "engagementContextRole": {"description": "Role description i.e. 'Head of Standards'", "type": "string"}}, "additionalProperties": false, "required": ["i", "dt", "LEI", "personLegalName", "engagementContextRole"]}]}}, "additionalProperties": false, "required": ["i", "ri", "s", "d"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"LEI": "O2RNE8IBXP4R0TD8PU41", | ||
"personLegalName": "Monsieur Duchmol", | ||
"engagementContextRole": "EBA Document Submitter" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
|
||
kli init --name issuer --salt 0ACDEyMzQ1Njc4OWxtbm9aBc --nopasscode --config-dir ${KASSH_SCRIPT_DIR} --config-file demo-witness-oobis | ||
kli incept --name issuer --alias issuer --file ${KASSH_SCRIPT_DIR}/incept.json | ||
|
||
kli init --name holder --salt 0ACDEyMzQ1Njc4OWxtbm9qWc --nopasscode --config-dir ${KASSH_SCRIPT_DIR} --config-file demo-witness-oobis | ||
kli incept --name holder --alias holder --file ${KASSH_SCRIPT_DIR}/incept.json | ||
|
||
kli oobi resolve --name issuer --oobi-alias holder --oobi http://127.0.0.1:5642/oobi/EAa46iafkH0lpUkn7YGZ3kdvC9nNUiImhLNlODiw86AI/witness/BBilc4-L3tFUnfM_wJr4S4OJanAv_VmF_dJNN6vkf2Ha | ||
kli oobi resolve --name holder --oobi-alias issuer --oobi http://127.0.0.1:5642/oobi/EImOExnAuY3_6C2J48HhGytUDAvQEB2Ypy6pLs0GxfBR/witness/BBilc4-L3tFUnfM_wJr4S4OJanAv_VmF_dJNN6vkf2Ha | ||
kli oobi resolve --name issuer --oobi-alias issuer --oobi http://127.0.0.1:7723/oobi/EM_FCDJGw6etiKHT7gQTFbWdq45MfwIrzbu_lyaupdhr | ||
kli oobi resolve --name holder --oobi-alias holder --oobi http://127.0.0.1:7723/oobi/EM_FCDJGw6etiKHT7gQTFbWdq45MfwIrzbu_lyaupdhr | ||
|
||
kli vc registry incept --name issuer --alias issuer --registry-name vLEI | ||
|
||
kli vc issue --name issuer --alias issuer --registry-name vLEI --schema EM_FCDJGw6etiKHT7gQTFbWdq45MfwIrzbu_lyaupdhr --recipient EAa46iafkH0lpUkn7YGZ3kdvC9nNUiImhLNlODiw86AI --data @${KASSH_SCRIPT_DIR}/ecr-data.json | ||
sleep 2 | ||
kli vc list --name holder --alias holder --poll --verbose | ||
|
||
echo 'kli oobi resolve --name holder --oobi-alias kassh --oobi http://127.0.0.1:9723/oobi' |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"iurls": [ | ||
"http://10.254.41.113:5642/oobi/BBilc4-L3tFUnfM_wJr4S4OJanAv_VmF_dJNN6vkf2Ha/controller", | ||
"http://10.254.41.113:5643/oobi/BLskRTInXnMxWaGqcpSyMgo0nYbalW99cGZESrz3zapM/controller", | ||
"http://10.254.41.113:5644/oobi/BIKKuvBwpmDVA4Ds-EpL5bt9OqPzWPja2LigFYZN2YfX/controller" | ||
"http://192.168.86.232:5642/oobi/BBilc4-L3tFUnfM_wJr4S4OJanAv_VmF_dJNN6vkf2Ha/controller", | ||
"http://192.168.86.232:5643/oobi/BLskRTInXnMxWaGqcpSyMgo0nYbalW99cGZESrz3zapM/controller", | ||
"http://192.168.86.232:5644/oobi/BIKKuvBwpmDVA4Ds-EpL5bt9OqPzWPja2LigFYZN2YfX/controller" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"wan": { | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"curls": ["tcp://192.168.86.232:5632/", "http://192.168.86.232:5642/"] | ||
}, | ||
"iurls": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"wes": { | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"curls": ["tcp://192.168.86.232:5634/", "http://192.168.86.232:5644/"] | ||
}, | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"iurls": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"wil": { | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"curls": ["tcp://192.168.86.232:5633/", "http://192.168.86.232:5643/"] | ||
}, | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"iurls": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"wit": { | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"curls": ["tcp://127.0.0.1:5635/", "http://127.0.0.1:5645/"] | ||
}, | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"iurls": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"wub": { | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"curls": ["tcp://127.0.0.1:5636/", "http://127.0.0.1:5646/"] | ||
}, | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"iurls": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"wyz": { | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"curls": ["tcp://127.0.0.1:5637/", "http://127.0.0.1:5647/"] | ||
}, | ||
"dt": "2022-01-20T12:57:59.823350+00:00", | ||
"iurls": [ | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters