You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainflux Core has no auth whatsoever, and is protected by mainflux-auth service.
PEP Proxy sits behind load balancer, itercepts all requests and sends them on check towareds mainflux-auth. Only if they pass the check, PEP Proxy redirects them towards mainflux-core.
Add documentation so that The service can now be deployed as a Docker container
or run outside of the container with the necessary dependencies.
Refactor server configuration i.e removing tagretServerConf as it is
used internally to proxy WS connection hence not configurable and update README.md
Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
Mainflux Core has no auth whatsoever, and is protected by mainflux-auth service.
PEP Proxy sits behind load balancer, itercepts all requests and sends them on check towareds
mainflux-auth
. Only if they pass the check, PEP Proxy redirects them towardsmainflux-core
.Some info about Reverse Proxy in Go:
The text was updated successfully, but these errors were encountered: