Skip to content

Commit

Permalink
Merge pull request #70 from italia/QEAA-issuance
Browse files Browse the repository at this point in the history
(Q)EAA issuance and data model
  • Loading branch information
peppelinux authored Jul 24, 2023
2 parents 146977d + cd718d1 commit 7f74a95
Show file tree
Hide file tree
Showing 10 changed files with 329 additions and 111 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: gh-pages

on:
push:
branches: ["versione-corrente"]
branches: ["*"]
paths-ignore:
- README.md
- CONTRIBUTING.md
Expand All @@ -24,7 +24,7 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down Expand Up @@ -53,12 +53,12 @@ jobs:
SUBPATH="v$TAG/" # note the trailing slash
echo "Building for TAG: $SUBPATH"
else
SUBPATH="${GITHUB_HEAD_REF}/" # note the trailing slash
SUBPATH=$(echo "$GITHUB_REF" | sed "s/refs\/heads\///") # "${GITHUB_HEAD_REF}/" # note the trailing slash
echo "Building for PR: $SUBPATH"
fi
echo "Publishing $SUBPATH"
sphinx-build -b html docs/it/ html/$SUBPATHit
sphinx-build -b html docs/en/ html/$SUBPATHen
sphinx-build -b html docs/it/ html/$SUBPATH/it
sphinx-build -b html docs/en/ html/$SUBPATH/en
# Runs a single command using the runners shell
- name: Create GH page index
Expand Down
4 changes: 4 additions & 0 deletions docs/en/defined-terms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Below are the description of acronyms and definitions which are useful for furth
- Electronic attestation of an entity's compliance with the national regulatory framework, which is cryptographically verifiable and cannot be repudiated over time by the entity that issued it. A Trust Attestation is always related to a particular Trust Framework.
* - Trust Layer
- An architectural component that enables IT Wallet system participants to establish trust, in terms of reliability and compliance of all participants with the regulatory framework governing the digital identity system.
* - Level of Assurance
- The degree of confidence in the vetting process used to establish the identity of the User and the degree of confidence that the User who presents the credential is the same User to whom the credential was issued.

Acronyms
--------
Expand All @@ -67,4 +69,6 @@ Acronyms
- Verifiable Presentation
* - **API**
- Application Programming Interface
* - **LoA**
- Level of Assurance

4 changes: 2 additions & 2 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Index of content
ssi-introduction.rst
defined-terms.rst
trust.rst
pid-data-model.rst
pid-issuance.rst
pid-eaa-data-model.rst
pid-eaa-issuance.rst
wallet-solution.rst
wallet-instance-attestation.rst
relying-party-solution.rst
Expand Down
216 changes: 187 additions & 29 deletions docs/en/pid-data-model.rst → docs/en/pid-eaa-data-model.rst

Large diffs are not rendered by default.

194 changes: 124 additions & 70 deletions docs/en/pid-issuance.rst → docs/en/pid-eaa-issuance.rst

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions images/High-Level-Flow-EUDIW-PID-Issuing.svg

This file was deleted.

3 changes: 3 additions & 0 deletions images/High-Level-Flow-ITWallet-PID-Issuance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/High-Level-Flow-ITWallet-QEAA-Issuance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/Low-Level-Flow-EUDIW-PID-Issuing.svg

This file was deleted.

1 change: 1 addition & 0 deletions images/Low-Level-Flow-ITWallet-PID-QEAA-Issuance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f74a95

Please sign in to comment.