mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 16:01:26 +02:00
add spdy annotation (#2747)
This commit is contained in:
parent
85bb396555
commit
82e654fcad
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ Most configuration keys in non-Kubernetes deployments can be specified as annota
|
|||
|
||||
- [`ingress.pomerium.io/allow_any_authenticated_user`]
|
||||
- [`ingress.pomerium.io/allow_public_unauthenticated_access`]
|
||||
- [`ingress.pomerium.io/allow_spdy`]
|
||||
- [`ingress.pomerium.io/allow_websockets`]
|
||||
- [`ingress.pomerium.io/allowed_domains`]
|
||||
- [`ingress.pomerium.io/allowed_groups`]
|
||||
|
@ -334,6 +335,7 @@ For more information on the Pomerium Ingress Controller or the Kubernetes concep
|
|||
|
||||
[`ingress.pomerium.io/allow_any_authenticated_user`]: /reference/readme.md#allow-any-authenticated-user
|
||||
[`ingress.pomerium.io/allow_public_unauthenticated_access`]: /reference/readme.md#public-access
|
||||
[`ingress.pomerium.io/allow_spdy`]: /reference/readme.md#spdy
|
||||
[`ingress.pomerium.io/allow_websockets`]: /reference/readme.md#websocket-connections
|
||||
[`ingress.pomerium.io/allowed_domains`]: /reference/readme.md#allowed-domains
|
||||
[`ingress.pomerium.io/allowed_groups`]: /reference/readme.md#allowed-groups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue