aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments.

Results 427 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

Currently the callback approach allows for the use of an api-key with callbacks: `--webhook-url ` We need to look at tightening this up by adding OAuth2 based authentication. Has anyone...

I am creating a DID Exchange connection between a requester and responder ACA-Py agents. The wallet type for both agents is askar-annoncreds. the requester is set to emit did:peer:2 DIDs,...

Hey team, I am facing an issue regarding the schemas and credential definitions being deleted or not stored after 3 - 4 days. let me walk you guys through the...

For EC2 (and possibly other scenarios) aca-py needs to be able to create a wallet in an existing database. (The default behaviour is for aca-py to create the database if...

Currently if there is an error during the processing of an Endorse Transaction request (or response etc) there is no notification to the other agent. Implement ProblemReport for the Endorse...

The WQL {"attr::Name::marker": "1"} is not working when we use with GET /credentials API. From below line of code (commented line), it seems 'marker' info is not getting stored wallet...

Extend the implementation in ACA-Py to support AnonCreds RS by adding Endorser support. @dbluhm created the following [design document](https://hackmd.io/@dbluhm/acapy-endorser-registry) about this. A meeting was held about the design and the...

AnonCreds

Use the information here and in the linked issues to document the throttling issues that one might encounter in using ACA-Py in production. https://gist.github.com/WadeBarnes/1de4339bef10e6316e7806928b59a57f

documentation

Versions tested: 0.9.0 and 0.11.0 # Missing DIF context/type in VP When ACApy holders create a VP (as part of a DIF presentation exchange), the VP adds an extra field...

Add support to the integration test framework to support testing for received webhooks. The most important is to test that the holder receives notifications when their credentials are revoked, but...