Develop system for inter-microservice authentification #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.