Allow a connection alias to be updated
We (Sherman) have implemented a plugin in Traction that simply allows an update to a connections alias. https://github.com/bcgov/traction/tree/main/plugins/connection_update
Why such a simple, single-use plugin?
- had a requirement for it at the time and wasn't supported in ACA-Py
- I think we wanted to have extra plugins around to POC our multi-plugin structure
I would love to eliminate this plugin now that we have lots more plugin stuff, if it can be added to ACA-Py. I think back at the time @usingtechnology had discussed with ACA-Py community that this was something that was a candidate for adding.
I did a search and don't think I've seen an issue for this in the repo? If so this ticket can be that. If there already is one or it's been discussed to not implement, can discard this.
Anyways, happy to try and stumble through contributing this myself in my spare non-Traction time as I need an excuse to finally try some core non-plugin ACA-Py development if it's something that could go in.