Skip to content

Commit

Permalink
Definition for mTLS (mutual Transport Layer Security) (cncf#338)
Browse files Browse the repository at this point in the history
* Added mTLS
  • Loading branch information
Alt-Shivam authored Jan 23, 2022
1 parent f5e9fe4 commit 2656412
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/en/mTLS (Mutual Transport Layer Security).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: mTLS (Mutual Transport Layer Security)
status: Completed
category: Concept
---

## What it is
Mutual TLS (mTLS) is a technique used to authenticate and encrypt messages sent between two [services](https://glossary.cncf.io/service/). Mutual TLS is the standard Transport Layer Security (TLS) protocol but, instead of validating the identity of just one connection, both sides are validated.

## Problem it addresses
[Microservices](https://glossary.cncf.io/microservices/) communicate over a network and, just like your wifi network, communication in transit over that network can be hacked. mTLS ensures that no unauthorized party can listen in on or impersonate legitimate requests.

## How it helps
mTLS ensures that traffic is secure and trusted in both directions between a client and server, providing an additional layer of security for users who log in to a network or applications. It also verifies connections with client devices that do not follow a login process, such as Internet of Things (IoT) devices. Attacks like on-path attacks, spoofing attacks, credential stuffing, brute force attacks, etc. can be prevented by mTLS.
3 changes: 3 additions & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ impactful
inelasticity
inlinehilite
io
iot
jason
jonasbn
jones
Expand All @@ -113,6 +114,7 @@ microservice
microservices
misconfiguration
mkdn
mtls
navbar
observability
oci
Expand Down Expand Up @@ -163,6 +165,7 @@ superfences
tabbed
tasklist
tilde
tls
tmp
toolchain
transcodes
Expand Down

0 comments on commit 2656412

Please sign in to comment.