Emiliano Suñé
Emiliano Suñé
Enable usage of did:peer:4 in Traction deployments - [ ] `dev` - [ ] `test` - [ ] `prod`
Currently, each log statement generated by a tenant in a multi-tenant instance of ACA-Py is prefixed with the tenant's `wallet_id` - see [here](https://github.com/hyperledger/aries-cloudagent-python/blob/ef204a504083af69d1958daed7da5b5919e3763a/aries_cloudagent/config/logging.py#L52-L53) and [here](https://github.com/hyperledger/aries-cloudagent-python/blob/ef204a504083af69d1958daed7da5b5919e3763a/aries_cloudagent/config/default_per_tenant_logging_config.ini#L27). For Traction, however, we would...
As a follow-up to #1037, determine whether it is possible to invoke the Grafana APIs to open a filtered log stream to be displayed in the Tenant UI for each...
Update Tenant UI to use did-exchange to establish new connections, rather the (soon to be deprecated) connections protocol. *Note:* BC Wallet might not support did-exchange right away, so the update...
Currently, tenant users all have the same level of access and are allowed to perform any type of operation, even change configurations. It might be useful to be able to...
When buildkit is enabled in Docker, builds of the `traction-agent` image fail with no apparent reason. Legacy builders are now deprecated, and therefore we should find a more permanent solution...
After the move to use plugins hosted in https://github.com/hyperledger/aries-acapy-plugins, it would be nice to have some developer documentation to facilitate development/debugging of plug-in code.
Most Traction plugins have been moved to https://github.com/hyperledger/aries-acapy-plugins, however the `traction_innkeeper` plugin will remain in the repository as it is specific to the use-case/application. The plugin needs unit tests: follow...
When integrating an application/controller with a Traction tenant, it would be useful for the developers to be able to access their own agent logs in order to have a view...
The sorting/filtering of records in the issuer admin app seems to not be working correctly and requires some fixes/enhancements: - [ ] Make it possible to sort based on the...