-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from italia/wallet-ta
Wallet TA
- Loading branch information
Showing
84 changed files
with
2,442 additions
and
313 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,41 @@ | ||
name: docker-compose test | ||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ "*" ] | ||
|
||
jobs: | ||
docker: | ||
timeout-minutes: 10 | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Where I am? | ||
run: | | ||
pwd | ||
ls -al | ||
- name: Setup example projects - folder creation | ||
run: | | ||
cp -R examples example-docker | ||
- name: Setup example projects - strings replacement | ||
run: | | ||
bash docker-prepare.sh | ||
# permission denied -> obvious :-) | ||
#- name: Adds fake hosts | ||
#run: | | ||
#echo 127.0.0.1 localhost trust-anchor.org relying-party.org cie-provider.org wallet.trust-anchor.org > /etc/hosts | ||
|
||
- name: Start containers | ||
run: docker-compose -f "docker-compose.yml" up -d --build | ||
|
||
- name: Stop containers | ||
if: always() | ||
run: docker-compose -f "docker-compose.yml" down |
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
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
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
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,13 @@ | ||
# Federation historical key registry | ||
|
||
If you have to revoke/expire a federation key of one of your entity you just have to: | ||
|
||
1. create a new `federationhistoricalkey` at `/admin/spid_cie_oidc_entity/federationhistoricalkey/` | ||
2. copy the Federation KID you want to instantiate and configure the `inactive_from` datetime | ||
3. optionally you can specify a revocation motivation if the key is not simply expired | ||
|
||
When you save, the correspondig jwk configured in your entity's `jwks_fed` JSON object will be removed | ||
from your entity configuration and published in the historical registry | ||
|
||
![fhkr](images/fhkr.png) | ||
*The revoked key with the motivation of the revocation*. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.