Develop system for inter-microservice authentification #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This most likely will rely on me first developing a proper microservice gateway instead of using Nginx.
The idea is that we use this for authenticating requests between microservices. That way, if we ever put our microservices public (by placing them on different hosts for example), we can ensure that only our microservices can access each other.
This would probably go hand-in-hand with a microservice registry that tracks where each microservice is located.
Because our initial deployment is all inside the same Docker Swarm, this issue isn't a priority right now, but it will be interesting to implement in the future.