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 315 aries-cloudagent-python issues
Sort by recently updated
recently updated
newest added

Hi, @swcurran mentioned in today's AcaPug call that you would be interested in a pipeline for building and publishing AcaPy Docker images automatically for every tagged commit. The GitHub Action...

We have found that some webhook notifications to the controller (such as RFC 0160 Connections) do not have the `~thread` decorator from the protocol being executed. This is at minimum...

help wanted

I had acapy running in aws ec2 together with postgres DB for couple of months. Few days ago I got new ec2 instance where acapy currently runs so I imported...

According to ProofSet.add() (see [here](https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/vc/ld_proofs/proof_set.py#L19)) ACA-Py allows to create VCs with multiple proofs. **Current Behavior** I setup two ACA-Py agents (0.7.4), enable a connection between them and then issue the...

When attempting to write a schema to the indy ledger without the appropriate role ACA-Py agent should throw error message. Instead the schema appears to be created, including a schema_id...

The following error was encountered when upgrading an agent already configured to use Askar from `0.7.4-rc4` to `0.7.4`. This error only occurred on the first startup. Subsequent restarts occurred successfully...

The default WebSocket endpoint `ws://localhost:8031/ws` accepts unauthorized connections, which allows rough clients to create large numbers of connections and such slowing the agent down (i.e. DOS attack) ``` @Test void...

In testing the issuance flow (AIP v1) where ACAPy is the issuer and the IBM agent is the holder, the HTTP request which the holder makes to ACAPy in order...

Signed-off-by: DaevMithran Updated pull request changes suggested by @TimoGlastra - Raising an http bad request error when a seed is passed in the body and wallet-allow-insecure-seed is not enabled -...

This API is expecting revocation_registry_size info even thouh support_revocation is false. Rev reg size should be optional when revocation is not enabled. Additional info: This is in reference to the...