OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications
65 stars 25 forks source link

Remove use of WEBHOOK_URL Environment Variable #81

Closed wip-abramson closed 3 years ago

wip-abramson commented 3 years ago

Description

We currently use this in all docker-compose files. This is causing webhooks to be hit twice in the new v0.6.0 ACA-Py

See - https://chat.hyperledger.org/channel/aries-cloudagent-python?msg=aE7GEQ2xAoo9qf4T3

Suggest we just start using ACAPY_WEBHOOK_URL direct in docker-compose and remove webhook-url from the yaml.

Tbh, I am leaning towards using these ACAPY args in the docker-compose and scrapping the ymls but lets think more about that.