mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
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:
parent
5332a752d0
commit
0d3ef4564e
11 changed files with 40 additions and 24 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue