diff --git a/agent_application/docker/.env.example b/agent_application/docker/.env.example index 7e5314ab..6fed924e 100644 --- a/agent_application/docker/.env.example +++ b/agent_application/docker/.env.example @@ -1 +1 @@ -UNICORE__URL=http://192.168.1.100:3033 +UNICORE__URL=${UNICORE__URL} diff --git a/agent_application/docker/compose.yaml b/agent_application/docker/compose.yaml index cb4690cf..f122619a 100644 --- a/agent_application/docker/compose.yaml +++ b/agent_application/docker/compose.yaml @@ -26,10 +26,10 @@ services: depends_on: - cqrs-postgres-db ssi-agent: - # image: impiercetechnologies/ssi-agent:476360a - build: - context: ../.. - dockerfile: ./agent_application/docker/Dockerfile + image: impiercetechnologies/ssi-agent:837870c + # build: + # context: ../.. + # dockerfile: ./agent_application/docker/Dockerfile ports: - 3033:3033 environment: @@ -48,7 +48,7 @@ services: volumes: - ../../agent_application/config.yaml:/app/agent_application/config.yaml # - ../../agent_secret_manager/tests/res/test.stronghold:/app/res/stronghold - - ../../agent_verification/presentation_definitions:/app/agent_verification/presentation_definitions + # - ../../agent_verification/presentation_definitions:/app/agent_verification/presentation_definitions # TODO: Remove this. This is a workaround that ensures that the `agent_verification/presentation_definitions` # folder can be accessed by the agent from the `fn authorization_requests` endpoint. - - ./tmp:/app/agent_api_rest + # - ./tmp:/app/agent_api_rest diff --git a/agent_application/example.config.yaml b/agent_application/example.config.yaml index 38e566a1..55dfd2ba 100644 --- a/agent_application/example.config.yaml +++ b/agent_application/example.config.yaml @@ -15,18 +15,18 @@ did_methods: did_key: enabled: true did_iota_rms: - enabled: true + enabled: false did_web: - enabled: true + enabled: false domain_linkage_enabled: false signing_algorithms_supported: - eddsa: - enabled: true - preferred: true es256: + preferred: true enabled: true + eddsa: + enabled: false # TODO: required to be stated explicitly? vp_formats: @@ -64,7 +64,7 @@ credential_configurations: type: - VerifiableCredential display: - - name: Verifiable Credential + - name: Impierce Credential locale: en logo: uri: https://www.impierce.com/external/impierce-logo.png @@ -80,6 +80,6 @@ secret_manager: # stronghold_password: "" <== Should be injected through the env variable `UNICORE__SECRET_MANAGER__STRONGHOLD_PASSWORD` # stronghold_password_file: "" # issuer_eddsa_key_id: "ed25519-0" - # issuer_es256_key_id: "es256-0" + issuer_es256_key_id: "es256-0" # issuer_did: "did:iota:rms:0x0000000000000000000000000000000000000000000000000000000000000000" # issuer_fragment: "key-0"