...
Bahmni ABDM Proxy simulates HRP (Health Repository Providers) in order to allow sharing ABDM secrets across multiple single tenant bahmni instances running as HIU/HIP.
...
This A record is to have a unique subdomain for ABDM proxy e.g. abdm-proxy.mybahmni.in
. Follow this guide for CLI or this for Console (choose Alias to network load-balancer and then select the configured elb from target aws region).
🔘 Apply ABDM proxy ingress in default namespace
Start by forking this repo https://github.com/BahmniIndiaDistro/abdm-callback-proxy - change the host in ingress.yaml to the alias that was setup in earlier setup e.g. abdm-proxy.mybahmni.in
. Apply the configuration in default namespace
Install kubectl CLI and ensure you have the right appropirate aws privilege set on your terminal session before running below commands
Code Block |
---|
kubectl apply -f ingress.yaml |
...
Setup a new dockerhub repo to maintain the abdm-callback-proxy image versions prior to building and publishing
🔘 Apply abdm proxy service in default namespace
Replace spec.containers.image
in abdm-callback.proxy.yaml with your Dockerhub repo name (instead of bahmniindiadistro/
). Apply the abdm-callback-proxy service in default namesapce
...