summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-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