Wade Barnes

Results 405 comments of Wade Barnes

ACA-Py uses [ConfigArgParse](https://github.com/bw2/ConfigArgParse) to consume the env var startup params. It can be a little tricky understanding the syntax that's expected sometimes, but in general it's expecting python serialized lists...

The `ACAPY_PLUGIN` argument has the same `action="append"` pattern, which basically means you can specify the flag/argument many times. So, that indicates the outer structure would be an array/list. Each instance...

~I think more investigation will be need to determine the exact format needed for setting things like `ACAPY_INBOUND_TRANSPORT`.~ I do recall running across a bug in one version of [ConfigArgParse](https://github.com/bw2/ConfigArgParse)...

This looks like a good spot; https://github.com/hyperledger/aries-cloudagent-python/blob/main/docs/features/DevReadMe.md#configuring-aca-py-command-line-parameters

We'll need to update the `Required` checks to switch to the updated test flow/action. If we do that before we merge this PR, it will have to be done right...

> I may be able to use the same code coverage artifact to avoid needing to run the tests on merge to main. I will look at doing that. >...

Branch protection checks have been updated to account for the changes made to the workflows in this PR. This will impact ALL existing PRs, which will have to be updated...

Failure [here](https://github.com/hyperledger/aries-cloudagent-python/actions/runs/9303747857) was my fault. I forgot to turn off automatic analysis. It's off now.

Job was rerun successfully.

@PatStLouis, Please rebase this PR now that your fix for the failed action has been merged. Thanks