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

We want to be able to resolve tdw did's. There is a resolver as a library in the `trustdidweb-py` library that should be leveraged if possible from aca-py.

Following example of the Legacy Indy registry, implement a did:indy registry. This registry will share much of the backend code for interacting with ledgers with the Legacy Indy implementation. The...

Using wallet backup and restore concept (in bifold wallet), I am using same wallet with same data in two mobile devices. In my expectation, if any agent sends a message...

In ACA-Py, when a message needs to be forwarded to a mobile wallet, how the mediator determines which WebSocket connection (session) to use? How websocket connections are managed? Any insight...

Affected endpoints: - v1 present_proof_credentials_list (`GET /present-proof/records/{pres_ex_id}/credentials`) - v2 present_proof_credentials_list (`GET /present-proof-2.0/records/{pres_ex_id}/credentials`) - holder credentials_list (`GET /credentials`) These endpoints have query params: `start` and `count`. They are of string type,...

At the agent start, the stdout of the agent shows multiple banner messages and output from print statements. Having noisy logs makes it more difficult to identify quickly actual problems....

1.0.0-9-gc7c1993a4 Example (at debug level): ``` scripts/run_docker provision --log-level debug --wallet-type askar --wallet-name $(whoami) --wallet-key mysecretkey --endpoint http://localhost:8080 --no-ledger ``` results in: ``` 2024-08-21 12:39:07,714 aries_askar.native.sqlx.query DEBUG /cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlx-core-0.7.3/src/logger.rs:120 | slow...

1.0.0-19-gb85bb14f1 New agent start with in-memory storage creates a basic wallet: ``` scripts/run_docker start --no-ledger --no-transport --log-level info ``` ``` 2024-08-20 14:29:18,395 aries_cloudagent.core.profile INFO Create profile manager: in_memory 2024-08-20 14:29:18,401...

### Problem description When the holder uses a did:web in a credential, it is unable to present proofs for that credential. The `/present-proof-2.0/records/{pres_ex_id}/send-presentation` API endpoint terminates with the message: Unable...

We have a security requirement for tenants to rotate keys for all inbound API calls including webhooks. For webhooks, this would be challenging to manage centrally and is better managed...