Ian Costanzo
Ian Costanzo
I think the `--rekey` parameter needs to support the use case where the existing key is blank (the DEFAULT_KEY). As to whether `--wallet-key` must be provided for askar wallets I...
The tails server is using vdr version `0.4.2` and the latest is `0.4.3` so possibly a version upgrade will address the issue. I'm going to try to reproduce the error...
I also suggest setting `RUST_BACKTRACE=1` (or `RUST_BACKTRACE=full`) in the tails server to give us a rust backtrace when we get the error. I haven't been able to reproduce this error...
> It does not look like `0.4.3` is on Pypi - might only have been released for the JS wrapper? There's a previous ticket for when `0.4.2` was released, I'm...
Makes sense to me, if it's a common pattern. For backward compatibility, this should be optional, with a default to the existing "static" api key. Note that the mines team...
This is done, we had to do this to make BN's searchable. Just off the top of my head, we defined the bn_9 field as a "name": https://github.com/bcgov/von-bc-registries-agent/blob/master/bcreg-aca/config/services.yml#L340 I don't...
In the VCX repo, the CI builds and publishes an image containing the VCX backchannel. The Dockerfile in this OATH repo (for this backchannel) just references the name of the...
Thoughts on the backchannel migration to aca-py, and a few questions. @swcurran @nodlesh @jamshale For Aca-py, I suggest we support 3 builds for the backchannel: - `main`, built off the...
@swcurran we should chat about this next week. In the original comment `Follow the pattern of the Aries-VCX backchannel` - VCX builds and publishes the backchannel image from the VCX...
> Will I, or any other test harness developer, loose access, or make it tedious to update the acapy backchannel if it moves to the acapy repo? During test development...