v2.2.0
Pre-release
Pre-release
Added:
-
endpoint for key de- and re-activation
PUT /device/updateActive Header: X-Auth-Token: registerAuth Body: {id: ${device_uuid}, active: Boolean}
- deactivation deletes public key at identity service and disables signing with corresponding private key
- reactivation registers public key at identity service and re-enables
- additional column in db table
active
[bool] - migration script, start with
--migrate
flag to upgrade db version
-
support for updating key derivation parameters of already stored password hashes "on the go":
- if enabled, password hashes will be updated on the first incoming authorized request
- to enable password hash update, set configuration (boolean) to
true
- json:
kdUpdateParams
- envconfig:
KD_UPDATE_PARAMS
- json:
-
enhanced error logging for failed HTTP requests with additional logging of request URL path and response status code