From fdb4ed884668075c146a5b470d25eac2dfe7d2e9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 26 May 2025 14:16:00 -0600 Subject: docs: fix formatting in doc --- share/man/ENVOY.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'share/man/ENVOY.md') 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 -- cgit v1.2.3