summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-26 14:16:00 -0600
committermo khan <mo@mokhan.ca>2025-05-26 14:16:00 -0600
commitfdb4ed884668075c146a5b470d25eac2dfe7d2e9 (patch)
treea92ee90c9acacfdc140b72fbe48f1b1d828e419e /share/man
parentd0e24e258b97a78d66678962553ce1d63f5e7440 (diff)
docs: fix formatting in doc
Diffstat (limited to 'share/man')
-rw-r--r--share/man/ENVOY.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/ENVOY.md b/share/man/ENVOY.md
index 716aaaa..882fb7b 100644
--- a/share/man/ENVOY.md
+++ b/share/man/ENVOY.md
@@ -38,24 +38,24 @@ In order to adequately understand what Envoy is providing I will start with
going over the following primitives:
1. Authentication
- * Public Key Cryptography
- * Public Key Infrastructure
- * Digital Signing
+ * Public Key Cryptography
+ * Public Key Infrastructure
+ * Digital Signing
1. Authorization
- * Access Control Models
- * DAC
- * RBAC
- * ABAC
+ * Access Control Models
+ * DAC
+ * RBAC
+ * ABAC
After this brief overview I will dive into how to configure Envoy to provide
the bare necessities for booting up a new service with authentication
and authorization delegated to Envoy.
1. Authentication
- * OpenID Connect Provider using `envoy.filters.http.oauth2`
- * JSON Web Token Validation using `envoy.filters.http.jwt_authn`
+ * OpenID Connect Provider using `envoy.filters.http.oauth2`
+ * JSON Web Token Validation using `envoy.filters.http.jwt_authn`
1. Authorization
- * External policy decision point (PDP) using `envoy.filters.http.ext_authz`
+ * External policy decision point (PDP) using `envoy.filters.http.ext_authz`
## Pre-requisite Concepts