beckn / beckn-utilities

Other
0 stars 2 forks source link

Check the feasibility of Gateway and Registry working within local host docker network #10

Closed vishi24 closed 6 months ago

vishi24 commented 7 months ago
  1. Check if Gateway and Registry can be installed on localhost (docker network/localhost)
  2. Check if Gateway can be connected to Registry on localhost (docker network/localhost)
  3. Check if BAP/BPP running on same docker network/localhost can communicate using these registry and gateway
  4. Try to do without configured localtunnel. But in case its not possible, atleast see if its possible with local tunnel.
vishi24 commented 6 months ago

The gateway and registry tested within localhost docker, it works. There are two ways

  1. Both applications should be run under the same docker network and then it works
  2. If don't want these applications to run under the same docker network, both applications should be exposed using a local tunnel that makes them https enabled.