Emiliano Suñé

Results 69 issues of Emiliano Suñé

In order to support scenarios where multiple `pres_req_conf_id` could yield the same value for the subject identifier (i.e.: a field with the same value is chosen as sub, the generated...

enhancement

In some scenarios it becomes necessary to export an existing wallet and/or import a wallet created elsewhere. We need functions to facilitate this behaviour. Use case examples: * Export all...

The following error appears sporadically, and it seems to be related or consequential to pool timeout errors: ``` 2024-08-02 11:59:47,672 aiohttp.server ERROR Error handling request Traceback (most recent call last):...

- Improve UI for deleting suspended tenants - More consistent wording for tenant deletion - Block API usage for deleted tenants - Delete API keys when deleting or suspending tenants...

Currently only ledgers for which an endorser exists are displayed in the Tenant UI, but we want to also display a list of ledgers connected in read-only mode that can...

TenantUI

The workflow used to delete old container images was recently updated to use the latest version of the action used as a dependency. There are, however, a couple of items...

The Traction repo has code for an `endorser` that is out of date - https://github.com/bcgov/traction/tree/main/services/endorser. We should switch to reference and use the code in https://github.com/hyperledger/aries-endorser-service instead.

The Traction ACA-Py agent is started with the setting `"wallet_scheme":"DatabasePerWallet"` in the wallet storage configuration: this is expected to cause each tenant to be created and live in their own...

bug

I have set-up an action to prune old untagged images as follows: ```yaml name: Delete old container images on: schedule: - cron: "0 2 * * 2" # This job...

ACA-Py 1.0.1 drops support for AIP 1.0 protocols (connections, issue-credential-1.0, present-proof-1.0). To continue supporting these protocols while adopters migrate to API 2.0 we need to be installing protocols from the...