From 4e4e43892d24ce64a6eef286eb2863e69a7685dd Mon Sep 17 00:00:00 2001 From: Mayuresh A Nirhali Date: Fri, 28 Nov 2025 18:13:54 +0530 Subject: [PATCH] Update SETUP.md - to add public cloud provider links in setup guide Fix for issue -https://github.com/Beckn-One/beckn-onix/issues/571 --- SETUP.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 5d1bda8..98e06e0 100644 --- a/SETUP.md +++ b/SETUP.md @@ -536,10 +536,19 @@ curl http://localhost:8081/bap/receiver/ ## Production Setup +### Integrating with Public cloud providers + +Public cloud providers have built integration plugins and other tools to deploy Beckn ONIX easily. They provide specialized plugins that integrate with managed services on those platforms. Network participants can choose to consume them. + +1. [Google Cloud Platform](https://github.com/GoogleCloudPlatform/dpi-accelerator-beckn-onix) +2. [Amazon Web Services](https://github.com/Beckn-One/beckn-onix/tree/main-pre-plugins/aws-cdk) + +The rest of the document focuses on how to deploy ONIX in Production with cloud agnostic plugins and tools. + ### Additional Requirements for Production 1. **HashiCorp Vault** for key management -2. **RabbitMQ** for message queuing +2. **RabbitMQ** for message queuing (needed for async flows) 3. **TLS certificates** for secure communication 4. **Load balancer** for high availability