|
|
|
|
|
by bluGill
1661 days ago
|
|
I'm looking at micro services for a different reasons: security. I have given up on the idea that our code will ever be completely secure. However micro services means if someone breaks into one service they can't see data belonging to a different service. (that is run each service as a different user, and so OS protections means file commands cannot open such data) This only protects against some threats related to insecure code, but layers of protection is the key to threats and it is useful for the parts it does help. |
|