Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@aead aead released this 31 Jan 11:40
· 411 commits to master since this release
a0c705b

Added

  • Audit event logging (731e607) and audit log tracing (ff44277).
    This includes a new server API: /v1/log/audit/trace and CLI command: kes audit trace
  • A new server API for importing secret keys (9b2f0ad): /v1/key/import/<key-name>.
    This is related to a breaking change of the server API.
  • Vault namespace support: d741969

Changed

  • The server create-key API: /v1/key/create now does not accept a secret key from the client anymore.
    Now, the server always generates the key itself. Clients that want to import a secret key should use the
    /v1/key/import API. See: 9b2f0ad

Fixed

  • Incorrect identity assignment bug (39c4d2c). Now, the server validates that an identity in the policy section of the config file is not the Unknown Identity