2023-05-16 Aries Cloud Agent - Python Users Group Community Meeting
Summary:
Topics:
- Update and Demo of BC Gov CWU – anoncreds-rs library in ACA-Py - Indicio
- Webhooks issue – fixed!
- ACA-Py Mediator and Redis
- Instance vs. Tenant settings
- Discussion Topics
Zoom Link: https://zoom.us/j/99220079317?pwd=OHk0U05ITnBkSmZ0aXlIQzFDYWg3UT09
Call Time: 8:00 Pacific / 17:00 Central Europe
Recordings From the Call:
Hyperledger is committed to creating a safe and welcoming community for all. For more information please visit the Hyperledger Code of Conduct. |
---|
Welcome, Introductions and Announcements
Attendees
- Stephen Curran (BC Gov/Cloud Compass Computing Inc.) <swcurran@cloudcompass.ca>
- Wade Barnes (BC Gov / Neoteric Technologies Inc.) <wade@neoterictech.ca>
- Alberto Antonio Leon (Instnt, Inc.) <alberto@instnt.org>
- Wanja Mascarenhas (Northern Block) <wanja.mascarenhas@northernblock.io>
- Bruno Hivert (https://idlab.org) <bruno.hivert@idlab.org>
- Emiliano Suñé (BC Gov / Quartech ) <emiliano.sune@quartech.com>
Announcements
- ACA-Py 0.8.1 released – https://github.com/hyperledger/aries-cloudagent-python/releases/tag/0.8.1
- ACA-Py documentation: https://aca-py.org
- AnonCreds Workshop – May 31, 2023: https://www.hyperledger.org/event/hyperledger-anoncreds-workshop-using-zkp-verifiable-credentials-everywhere
- Aries Working Group Meeting – tomorrow. Discussion about Aries and OWF.
Agenda
- Update on BC Gov CWU – anoncreds-rs library in ACA-Py - Indicio
- From Last Call: Subtle web hook change noted in controllers (ACA-Py Issue 2217) as a result of change in ACA-Py PR 2099
- Solution: Suppress the webhook triggered by the copy of the invitation. No need for that to be seen by the controller – the next webhook ("request") still fires in the same sequence, so nothing is lost for the controller. Previous to the 2099 change, the webhook would not have fired.
- Mediator/Redis work at BC Gov.
- Work happening related to settings currently at the ACA-Py instance level but needed at the tenant level when using multi-tenant.
- Other Topics:
Upcoming Meeting Topics:
- Discussion Topics:
- Update on ACA-Py Container Scanning (brought up last meeting)
- Multi-architecture containers
- Issue with BBS+ package – doesn't support ARM containers – need an update to their CI
- Solution: A third container published that includes BBS+ package, but is single architecture
- Others are Askar and Indy-SDK
- Messages getting stuck when a connection is being established.
- Does anyone use/see a use case for Web Sockets and Return Route beyond ACA-Py as a mobile agent mediator?