doc updates (#2433)

* remove reference to EdDSA, fix numbering, typo

* fix ppl example

* update jwt verification routes

* update kubernetes route

* update local oidc routes

* update mtls routes

* fix transmission policy

* policy -> routes

* update settings

* fix has

* update numbering
This commit is contained in:
Caleb Doxsey 2021-08-04 16:00:31 -06:00 committed by GitHub
parent 5332a752d0
commit 0d3ef4564e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 40 additions and 24 deletions

View file

@ -73,10 +73,13 @@ idp_provider: "google"
idp_client_id: YOUR_CLIENT_ID
idp_client_secret: YOUR_SECRET
policy:
routes:
- from: "https://verify.localhost.pomerium.io:8443"
to: "https://verify.org"
allow_public_unauthenticated_access: true
policy:
- allow:
or:
- accept: true
```
Start Pomerium with: