Skip to content

Commit 809a716

Browse files
committed
Formatting fixes
Signed-off-by: Flynn <[email protected]>
1 parent fde2334 commit 809a716

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

geps/gep-3792/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ In this GEP:
4242
wrangling the mTLS meshes! Supporting non-mTLS meshes will be a separate
4343
GEP.
4444

45-
**Note:** It's important to separate mTLS and HTTPS here. Saying that the
46-
mTLS meshes use mTLS for secure communication does not preclude them from
47-
using custom protocols on top of mTLS, and certainly does not mean that
48-
they must use only HTTPS.
45+
**Note:** It's important to separate mTLS and HTTPS here. Saying that the
46+
mTLS meshes use mTLS for secure communication does not preclude them from
47+
using custom protocols on top of mTLS, and certainly does not mean that
48+
they must use only HTTPS.
4949

5050
3. _Authentication_ is the act of verifying the identity of some _principal_;
5151
what the principal actually is depends on context. For this GEP we will
@@ -56,21 +56,21 @@ In this GEP:
5656
can't trust what the OCG says about the user unless the OCG successfully
5757
authenticates itself as a workload.
5858

59-
**Note:** A single workload will have only one identity, but in practice we
60-
often see a single identity being used for multiple workloads (both because
61-
multiple replicas of a single workload need to share the same identity, and
62-
because some low-security workloads may be grouped together under a single
63-
identity).
59+
**Note:** A single workload will have only one identity, but in practice we
60+
often see a single identity being used for multiple workloads (both because
61+
multiple replicas of a single workload need to share the same identity, and
62+
because some low-security workloads may be grouped together under a single
63+
identity).
6464

6565
4. Finally, we'll distinguish between _inbound_ and _outbound_ behaviors.
6666

67-
Inbound behaviors are those that are applied to a request _arriving_ at a
68-
given workload. Authorization and rate limiting are canonical examples
69-
of inbound behaviors.
67+
Inbound behaviors are those that are applied to a request _arriving_ at a
68+
given workload. Authorization and rate limiting are canonical examples
69+
of inbound behaviors.
7070

71-
Outbound behaviors are those that are applied to a request _leaving_ a
72-
given workload. Load balancing, retries, and circuit breakers are canonical
73-
examples of outbound behaviors.
71+
Outbound behaviors are those that are applied to a request _leaving_ a
72+
given workload. Load balancing, retries, and circuit breakers are canonical
73+
examples of outbound behaviors.
7474

7575
## Goals
7676

@@ -197,7 +197,7 @@ is sent. (For example, Linkerd requires the originating proxy to send
197197
transport metadata right after the TLS handshake, and it will reject a
198198
connection which doesn't do that correctly.)
199199

200-
#### 4. The Discovery Problem
200+
#### 3. The Discovery Problem
201201

202202
When using a mesh, not every workload in the cluster is required to be meshed
203203
(for example, it's fairly common to have some namespaces meshed and other

0 commit comments

Comments
 (0)