config: remove support for ed25519 signing keys (#2430)

This commit is contained in:
Caleb Doxsey 2021-08-04 09:30:47 -06:00 committed by GitHub
parent c0f9de2a46
commit cc9962cca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 20 deletions

View file

@ -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