Skip to content

Releases: Consensys/quorum-key-manager

v21.12.5

13 Jun 10:08
Compare
Choose a tag to compare

🛠 Bug fixes

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

v21.12.4

02 Mar 15:57
19332f5
Compare
Choose a tag to compare

🛠 Bug fixes

  • Fix padding issue with malleable ECDSA signatures

v21.12.3

24 Feb 17:11
Compare
Choose a tag to compare

🛠 Bug fixes

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

v21.12.2

16 Feb 16:51
Compare
Choose a tag to compare

🆕 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 creating 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

20 Dec 16:57
a5cf653
Compare
Choose a tag to compare

🛠 Bug fixes

  • Fixes a bug in the sync command that prevent it from running.

v21.12.0 LTS

17 Dec 12:48
4eaaf99
Compare
Choose a tag to compare

🆕 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

10 Nov 18:05
88b1778
Compare
Choose a tag to compare

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

18 Oct 17:18
Compare
Choose a tag to compare

🛠 Bug fixes

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

v21.9.0

27 Sep 10:38
Compare
Choose a tag to compare

🆕 Features

Initial release of the Quorum Key Manager

🐛 Know issues

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

v21.7.0-alpha.5

15 Sep 16:54
4f9aa1d
Compare
Choose a tag to compare
feat: Implement EIP-1559 JSON-RPC (#314)