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

Clarification: Indy SDK != Indy Network support. Using the Askar wallet type, Indy Network support is retained through the Indy VDR library and AnonCreds support through Indy CredX and, soon,...

Notes from #2816: > An ACA-Py specific concern I discovered in this process that probably deserves some discussion: invalidating the connection target cache when the DID Rotation is committed. As...

When running ACA-Py in multitenancy mode, requests directed to an API controlling a subwallet function still require the main wallet `x-api-key` to be provided in the request headers for the...

The `IssuerRevRegRecord` component has been replaced by a combination of the `AnonCredsRevocation` component and new storage records managed by `AnonCredsRevocation`. It should be removed as a result.

AnonCreds

Related to #2384; we need an upgrade step to convert old `IssuerRevRegRecords` into the new records managed by `AnonCredsRevocation`.

AnonCreds

Records for created schemas and cred defs were previously being created in the `routes.py` for the respective objects. These records are now managed by `AnonCredsIssuer` directly to enable it to...

AnonCreds

This is a successor to #2781 which addressed missing (or default) `User-Agent` headers causing 403 errors with some domains. Notably, some services block requests from default `User-Agents` from certain origins....

The reporting system for unit test coverage on PR's is gone. Going to leverage sonarcloud for this after studying the options.

https://github.com/hyperledger/aries-cloudagent-python/blob/f9d9baded73e49bb796ded1ed9f327dd98ce1c14/.github/workflows/snyk.yml#L1C1-L7C15 Opening this issue to review the Snyk container scan not being run on every PR as configured.

We are trying to migrate a couple of agents from indy wallets to a multitenant askar profile, as the migration tool was unable to transform MultipleWalletSingleTablet into askar-profiles. We created...

Discuss