mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +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
|
@ -100,11 +100,13 @@ routes:
|
|||
- email:
|
||||
is: bdd@pomerium.io
|
||||
- groups:
|
||||
has: ["admins", "developers"]
|
||||
has: "admins"
|
||||
- groups:
|
||||
has: "developers"
|
||||
- from: https://hello.localhost.pomerium.io
|
||||
to: http://localhost:8080
|
||||
policy:
|
||||
- allow:
|
||||
or:
|
||||
- groups:
|
||||
has: ["admins@pomerium.io"]
|
||||
has: "admins@pomerium.io"
|
||||
|
|
|
@ -31,11 +31,13 @@ routes:
|
|||
- email:
|
||||
is: bdd@pomerium.io
|
||||
- groups:
|
||||
has: ["admins", "developers"]
|
||||
has: "admins"
|
||||
- groups:
|
||||
has: "developers"
|
||||
- from: https://hello.localhost.pomerium.io
|
||||
to: http://localhost:8080
|
||||
policy:
|
||||
- allow:
|
||||
or:
|
||||
- groups:
|
||||
has: ["admins@pomerium.io"]
|
||||
has: "admins@pomerium.io"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue