Closed esune closed 1 month ago
Other alternative could be to just use an endorser agent without the service on top? Is that possible/something that's lighter? Or are the service integrations needed.
On the other hand, having the service running when starting up the whole docker compose is then creating an ecosystem that matches our deployed/production real world Traction cases, so maybe that's better.
Other alternative could be to just use an endorser agent without the service on top? Is that possible/something that's lighter? Or are the service integrations needed.
Actually that might be a better idea for Traction in Docker, since we just need to be able to endorse: we can run an ACA-Py agent with auto flags set and that would be good enough and simpler - good point!
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Hello,I have a doubt,Do i need to deploy endorser separately in Kubernetes and gives its alias to traction acapy agent or there is another way of directly giving ledger genesis and endorser did to traction while deploying using helmcharts,so it manages automatically by itself of endorsing transactions sent by tenants using the provided endorser did and ledger genesis.
because in docker compose there is separate endorser agent but i am unable to find any scripts for endorser agent in helmcharts
@shanmukh-777 you would have to deploy an endorser agent separately, or connect to an existing one. The endorser service included in the docker-compose file is just there to facilitate local development.
@esune thanks for the confirmation,but is there any charts for aries-endorser-service kubernetes deployment
@esune thanks for the confirmation,but is there any charts for aries-endorser-service kubernetes deployment
We do not have native k8s charts for it, but there are OpenShift templates you may be able to take inspiration from here
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Resolved by #1344
The Traction repo has code for an
endorser
that is out of date - https://github.com/bcgov/traction/tree/main/services/endorser. We should switch to reference and use the code in https://github.com/hyperledger/aries-endorser-service instead.