Correct key length in Transit storage limits (#10422)

The AES256-GCM96 key was mis-labeled as AES128 under Transit storage limits. Corrected the table.

Co-authored-by: Mark Gritter <mgritter@hashicorp.com>
This commit is contained in:
Kyle Rarey 2020-12-07 12:43:24 -05:00 committed by GitHub
parent 6a6f1d67c8
commit 6fec9f68e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ This limit depends on the key size.
| Key length | Consul default (512 KiB) | Integrated storage default (1 MiB) |
|----------|--------------------------|---------------------------------------|
| aes128-gcm96 keys | 2008 | 4017 |
| aes128-gcm96 keys | 1865 | 3731 |
| aes256-gcm96 keys | 1865 | 3731 |
| chacha-poly1305 keys | 1865 | 3731 |
| ed25519 keys | 1420 | 2841 |
| ecdsa-p256 keys | 817 | 1635 |