Closing this issue, opened new one to address specifically paid deployment: cerc-io/stack-orchestrator#927
Deployment requestor supplies the following information in the request record:
Payment transaction id, sender address, recipient address, amount.
Deployer filters requests specifying its…
Tight consistency isn't possible here, but the deployer could do some sort of pre-flight check that its config is correct, I think -- try to publish a test record, something like that.
Additional functionality requested:
Deployer can optionally check for payment associated with a deployment request, and deny any request that lacks associated payment. This presumably could be…
Updated doc on the existing deployment filtering features: https://www.notion.so/Deploying-Laconic-Webapps-from-the-Registry-to-Kubernetes-46a612ed6faa4146abc1eeac7960eb2d?pvs=4#cb74b9fcb729497b8b7…
Initial version of this feature is merged, doc here: https://git.vdb.to/cerc-io/stack-orchestrator/src/branch/main/docs/k8s-deployment-enhancements.md
There is existing support for filtering deployment requests against specified include and exclude tag value sets:
https://git.vdb.to/cerc-io/stack-orchestrator/src/branch/main/stack_orchestrator…
Fix for: cerc-io/stack-orchestrator#833
Diff looks odd -- check there isn't a special character in there or something. My best guess is that it's saying there was no newline EOF before but now there is. Anyway, diff should show only the one added line.