Ian Costanzo
Ian Costanzo
There is one webhook endpoint, but the webhook URL that is actually called by aca-py will contain the ``, which is basically the message type. The payload is basically the...
I believe the webhook payload will include the message received at that stage of the protocol. So it's not "basically anything", because all the messages are defined in the respective...
Just revisiting this issue - I think we need to provide an openapi spec for what a webhook server needs to implement, or at least update the docs for what...
 Not sure how legible this is, but it's the basic aca-py flow for receiving and processing a message To close an inbound return route I suggest one of 2...
A few minor tweaks. Yes I think this should go in aca-py docs. ```plantuml @startuml participant "Inbound\nMessage\nHandler" as oag participant "http\nTransport" as ht participant "Internal\nTransport\nManager" as itm participant "Inbound\nSession" as...

OK from a more detailed review of the code, it looks like aca-py *should already* send an HTTP 200 response even if there is no explicit response message. This is...
... unless there is some other error that is crashing aca-py and preventing the response. @smithbk can you send the aca-py logs for this scenario? `--log-level debug`
You can register a nym on the ledger through an endorser. With PR 1616 you'll also be able to update attrib through an endorser as well
I don't think the `--read-only-ledger` option makes sense in "provision" mode, it should probably be removed. Also I believe @mloepfe is right an Author can ask the Endorser to write...