mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 22:48:15 +02:00
config: remove support for ed25519 signing keys (#2430)
This commit is contained in:
parent
c0f9de2a46
commit
cc9962cca6
6 changed files with 11 additions and 20 deletions
|
@ -9,7 +9,14 @@ description: >-
|
|||
|
||||
## Breaking
|
||||
|
||||
### Removed GRPC Server Max Connection Age Options
|
||||
|
||||
The unused `grpc_server_max_connection_age` and `grpc_server_max_connection_age_grace` options were removed.
|
||||
|
||||
### Removed support for Ed25519 Signing Keys
|
||||
|
||||
Ed25519 is no longer supported for `signing_key` since OPA Rego only supports ECDSA and RSA.
|
||||
|
||||
## New
|
||||
|
||||
### Updated and expanded policy syntax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue