diff --git a/redis_events/docker/integration.yml b/redis_events/docker/integration.yml index 4d5ac0d35..65b8d9983 100644 --- a/redis_events/docker/integration.yml +++ b/redis_events/docker/integration.yml @@ -17,6 +17,8 @@ plugin: plugin-config: plugins-config.yml +# Wallet +auto-provision: true wallet-type: askar wallet-name: test-wallet wallet-key: test-wallet-key diff --git a/redis_events/integration/Dockerfile b/redis_events/integration/Dockerfile index a4d6786c0..1bde3045d 100644 --- a/redis_events/integration/Dockerfile +++ b/redis_events/integration/Dockerfile @@ -25,7 +25,7 @@ COPY --from=base /usr/src/app/.venv /usr/src/app/.venv ENV PATH="/usr/src/app/.venv/bin:$PATH" # TODO: install from 1.1.0 tag when available -RUN pip install git+https://github.com/jamshale/aries-acapy-plugins@feat/1055-prepare-for-move-to-owf#subdirectory=basicmessage_storage +RUN pip install git+https://github.com/jamshale/acapy-plugins@Release-v1.1.1#subdirectory=basicmessage_storage COPY redis_events/ redis_events/ COPY docker/*.yml ./ diff --git a/redis_events/integration/docker-compose.yml b/redis_events/integration/docker-compose.yml index 1e8668d3c..8ff011754 100644 --- a/redis_events/integration/docker-compose.yml +++ b/redis_events/integration/docker-compose.yml @@ -207,7 +207,7 @@ services: ports: - 8021:8021 - 8020:8020 - command: start -it http 0.0.0.0 8020 -ot http -e http://alice:8020 --auto-accept-invites --auto-respond-messages --admin 0.0.0.0 8021 --admin-insecure-mode --label alice --no-ledger --log-level debug --debug-connections + command: start -it http 0.0.0.0 8020 -ot http -e http://alice:8020 --auto-accept-invites --auto-respond-messages --admin 0.0.0.0 8021 --admin-insecure-mode --label alice --no-ledger --log-level debug --debug-connections --wallet-test --auto-provision networks: - acapy_default extra_hosts: