Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

73 lines (59 loc) · 3.39 KB

Quorum Key Manager Release Notes

v21.12.5 (2022-6-13)

🛠 Bug fixes

  • Fix panic d.nx != 0 caused by concurrency issue on hashing credentials.

v21.12.4 (2022-3-02)

🛠 Bug fixes

  • Fix padding issue with malleable ECDSA signatures

v21.12.3 (2022-2-24)

🛠 Bug fixes

  • Mathematically transform malleable ECDSA signatures into non-malleable signatures.

v21.12.2 (2022-2-16)

🆕 Features

  • Support for OIDC token custom claims AUTH_OIDC_CUSTOM_CLAIMS for tenant_id and permissions.
  • Support for ED25519 keys (EdDSA signature scheme using SHA-512 and Curve25519)

🛠 Bug fixes

  • Invalid authentication forwarded to downstream proxy nodes if QKM authentication is enabled.
  • Fixed AWS client issue preventing racing condition on key state transition changes.
  • Fixed invalid request error on create Registry with empty payload
  • Fixed forwarding of vault service 429 errors.
  • Retry on AKV malleable ecdsa signatures.
  • Fixed failure on estimating gas sending deploy contract eea_transactions.

v21.12.1 (2021-12-20)

🛠 Bug fixes

  • Fixed a bug in the sync command that prevent it from running.
  • Fixed database connectivity when password contains non URL encoded characters.

v21.12.0 LTS (2021-12-14)

🆕 Features

  • Support for import of secrets, keys and ethereum accounts through command line (sync command)
  • Support for alias management on /registries/{registryName}/aliases
  • Support Token Issuer Servers to validate JWTs. Environment variable AUTH_JWT_ISSUER_URL and AUTH_JWT_AUDIENCE

🛠 Changes

  • Env var AUTH_OIDC_CA_CERT and flag --auth-oidc-ca-cert renamed to AUTH_OIDC_PUB_KEY and --auth-oidc-pub-key
  • Manifest definition changes introducing the new kind Vault. See the documentation for more information.
  • Removed usage of AUTH_JWT_CERTIFICATE in favor of AUTH_JWT_ISSUER_URL and AUTH_JWT_AUDIENCE

v21.9.3 (2021-11-10)

🛠 Bug fixes

  • Fixes bug in Hashicorp client that prevents the process from exiting when a new token is written or updated from filesystem.

v21.9.2 (2021-10-18)

🛠 Bug fixes

  • Use comma as column separator in CSV file for API key definition

v21.9.1 (2021-10-05)

🛠 Bug fixes

  • Enabled support for TLS communication with Hashicorp Vault

v21.9.0 (2021-09-22)

🆕 Features

Initial release of the Quorum Key Manager

🐛 Know issues

  • Communication between HashiCorp Vault and Quorum Key Manager cannot use TLS