Skip to content

Instantly share code, notes, and snippets.

@EliFuzz
Created August 29, 2023 16:58
Show Gist options
  • Save EliFuzz/66eaaeb19ddeb2b0692c8977f8a35290 to your computer and use it in GitHub Desktop.
Save EliFuzz/66eaaeb19ddeb2b0692c8977f8a35290 to your computer and use it in GitHub Desktop.
Overview Table: Service Mesh. Security
Aspect Description
Encryption Service meshes encrypt communications between services using industry-standard protocols such as TLS or SSL. Default enablement by Istio ensures confidentiality and tamper-proofing of data transmitted between services
Authentication Service meshes use standard authentication protocols like OIDC or JWT to authenticate clients and services. Ensures that only authorized entities can communicate with your services. Linkerd supports OIDC authentication out of the box
Authorization Service meshes allow definition of fine-grained access control policies based on attributes like user identity, service name, or request headers. Reduces risk of unwanted interactions or data exposure by limiting services' interaction capabilities within well-defined boundaries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment