DOCS: keyword tag updates (#2922)

* replace "zero-trust" with "zero trust"

* fix and update all keyword tags
This commit is contained in:
Alex Fornuto 2022-01-11 12:36:47 -06:00 committed by GitHub
parent 3c87751c41
commit 64d50613af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 86 additions and 75 deletions

View file

@ -3,7 +3,7 @@ title: JWT Verification
lang: en-US
meta:
- name: keywords
content: pomerium identity-access-proxy envoy jwt
content: pomerium, identity access proxy, envoy, jwt,
description: >-
This example demonstrates how to verify the Pomerium JWT assertion header using Envoy.
---
@ -11,7 +11,7 @@ description: >-
# JWT Verification
This example demonstrates how to verify the [Pomerium JWT assertion header](https://www.pomerium.io/reference/#pass-identity-headers) using [Envoy](https://www.envoyproxy.io/). This is useful for legacy or 3rd party applications which can't be modified to perform verification themselves.
This guide is a practical demonstration of some of the topics discussed in [Mutual Authentication: A Component of Zero-Trust].
This guide is a practical demonstration of some of the topics discussed in [Mutual Authentication: A Component of Zero Trust].
## Requirements
- [Docker](https://www.docker.com/)
@ -239,6 +239,6 @@ You should now be able to run the example with:
[httpbin.localhost.pomerium.io]: https://verify.localhost.pomerium.io
[Local Development with Wildcard DNS on Linux]: https://sixfeetup.com/blog/local-development-with-wildcard-dns-on-linux
[Local Development with Wildcard DNS]: https://blog.thesparktree.com/local-development-with-wildcard-dns
[Mutual Authentication: A Component of Zero-Trust]: /docs/topics/mutual-auth.md
[Mutual Authentication: A Component of Zero Trust]: /docs/topics/mutual-auth.md
[Mutual Authentication With a Sidecar]: /docs/topics/mutual-auth.md#mutual-authentication-with-a-sidecar
[verify.localhost.pomerium.io]: https://verify.localhost.pomerium.io