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

When running ACA-Py in read-only mode (i.e.: we do this for verifiers such as VC-AuthN) with a multi-ledger configuration, the `ledgers.yaml` configuration file still requires a ledger to be set...

When running ACA-Py in read-only mode with a multi-ledger configuration, the "root/main" ledger needs to have TAA enabled otherwise the agent will fail to start with the following error: ```log...

Currently the Document loader in acapy does not include/overwrite the User-Agent header when making requests. The result of this is that a default User-Agent of `python-requests/x.x.x` (`python-requests/2.31.0`) is applied to...

a patch for #2781 (see issue description). Longer term acapy may consider making a User Agent header globally for all requests, and perhaps configurable. however this one gets us by

Add an Admin API endpoint to aca-py to upgrade a wallet from askar to askar-anoncreds. This needs to support a single wallet, which will be the aca-py wallet for a...

AnonCreds

ACA-Py is intended to "respond in kind" to DID Exchange requests: - If a did:peer:2 is sent, it should respond with a did:peer:2 - If a did:peer:4 is sent, it...

Taken from #2494 (c/o @dbluhm) This PR is an early implementation of the [RFC 0794 DID Rotate protocol](https://github.com/hyperledger/aries-rfcs/tree/main/features/0794-did-rotate). This was an exercise to feel out any potential issues with the...

Now that we have `did:peer:2/4` support in ACA-Py, we *should* be able to support connection reuse with: - OOB multi-use invitations - using `did:peer:2/4` This task is to investigate this...

Support starting aca-py with both the credx and anoncreds libraries loaded, and support (in multitenancy) tenants with both askar and askar-anoncreds wallet types concurrently. (This is necessary to allow tenants...

AnonCreds

When using a mediator, there is a connection lookup occurring in the keylist update handler in order to emit a webhook/event with some additional info. This can fail when using...

help wanted
good first issue
Discuss