From c0846f16ba959b82ae0306f5ef3f453ef4628393 Mon Sep 17 00:00:00 2001 From: Nander Stabel Date: Tue, 11 Feb 2025 14:58:03 +0100 Subject: [PATCH] feat: deprecate `ISSUER_DID` and `ISSUER_FRAGMENT` --- .env.example | 2 -- agent_application/CONFIGURATION.md | 2 -- agent_application/docker/README.md | 11 ----------- agent_application/docker/compose.yaml | 2 -- agent_shared/tests/test-config.yaml | 2 -- 5 files changed, 19 deletions(-) diff --git a/.env.example b/.env.example index b58bb2a4..205d9294 100644 --- a/.env.example +++ b/.env.example @@ -14,5 +14,3 @@ UNICORE__LEDGER_SPONSORING_SERVICE__ACCESS_KEY=" [!NOTE] > In case you need a base bath (for example when running behind a reverse proxy), you can set the `UNICORE__BASE_PATH` to a value such as `ssi-agent`. -## IOTA DIDs - -By default, UniCore uses the JWK DID Method to generate and manage DIDs. However, UniCore also supports the IOTA DID -Method, which leverages the IOTA Tangle to store your DID document. To enable the IOTA DID Method, set these environment -variables: - -```yaml -UNICORE__SECRET_MANAGER__ISSUER_DID: -UNICORE__SECRET_MANAGER__ISSUER_FRAGMENT: -``` - ## Leveraging Just-in-Time Data Request Events UniCore facilitates dynamic integration with external systems through just-in-time data request events, dispatched seamlessly via an HTTP Event Publisher. This enables real-time data retrieval and on-demand generation, enhancing flexibility and efficiency in your SSI ecosystem. diff --git a/agent_application/docker/compose.yaml b/agent_application/docker/compose.yaml index 027ce555..6331abb7 100644 --- a/agent_application/docker/compose.yaml +++ b/agent_application/docker/compose.yaml @@ -43,8 +43,6 @@ services: # Uncomment the following lines to use the DID method `did:iota:rms` # UNICORE__SECRET_MANAGER__ISSUER_KEY_ID: "9O66nzWqYYy1LmmiOudOlh2SMIaUWoTS" - # UNICORE__SECRET_MANAGER__ISSUER_DID: "did:iota:rms:0x42ad588322e58b3c07aa39e4948d021ee17ecb5747915e9e1f35f028d7ecaf90" - # UNICORE__SECRET_MANAGER__ISSUER_FRAGMENT: "bQKQRzaop7CgEvqVq8UlgLGsdF-R-hnLFkKFZqW2VN0" volumes: - ../../agent_application/config.yaml:/app/agent_application/config.yaml # - ../../agent_secret_manager/tests/res/test.stronghold:/app/res/stronghold diff --git a/agent_shared/tests/test-config.yaml b/agent_shared/tests/test-config.yaml index 88c01361..5ce1758b 100644 --- a/agent_shared/tests/test-config.yaml +++ b/agent_shared/tests/test-config.yaml @@ -62,5 +62,3 @@ secret_manager: stronghold_path: "../agent_secret_manager/tests/res/selv.stronghold" stronghold_password: "VNvRtH4tKyWwvJDpL6Vuc2aoLiKAecGQ" issuer_eddsa_key_id: "UVDxWhG2rB39FkaR7I27mHeUNrGtUgcr" - issuer_did: "did:iota:rms:0x42ad588322e58b3c07aa39e4948d021ee17ecb5747915e9e1f35f028d7ecaf90" - issuer_fragment: "bQKQRzaop7CgEvqVq8UlgLGsdF-R-hnLFkKFZqW2VN0"