-
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.
Merge remote-tracking branch 'origin/feat/FMA-79_based_on_ps256' into…
… develop # Conflicts: # packages/gx-agent-cli/package.json # pnpm-lock.yaml
- Loading branch information
Showing
37 changed files
with
1,494 additions
and
2,087 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@startuml | ||
|
||
header Gaia-X CLI Workflow | ||
title | ||
Gaia-X CLI Workflow | ||
A simple scenario for working with gx-cli | ||
end title | ||
|
||
autonumber | ||
|
||
participant "GX cli agent" as agent order 0 #ORANGE | ||
participant "GX Compliance service" as gc order 1 #GREEN | ||
participant "Ecosystem Compliance service" as ec order 2 #PINK | ||
|
||
agent -> agent: create did and place it in the well-known location | ||
agent -> agent: create Participant example, modify and sign it | ||
agent -> gc: agent wraps the VC inside a vp & sends it to\ngx-compliance to get a\n"Compliance Verifiable Credential" | ||
gc -> agent: gx-compliance issues and sends a\nComplianceCredential to the agent | ||
agent -> agent: agent creates a ServiceOffering example\nmodifies it, signs it, and with previously\ncreated/fetched Participant and Compliance\n credential wraps it inside a VerifiablePresentation | ||
agent -> ec: agent sends the VerifiablePresentation created in the previous step to the Ecosystem Compliance service | ||
ec -> agent: ec issues a Compliance VerifiableCredential with a credentialSubject list, one for each VerifiableCredential listed in the VP | ||
agent -> agent: agent wraps all the aforementioned\nVerifiableCredentials into one VerifiablePresentation | ||
@enduml |
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
Oops, something went wrong.