6ec3367648
* Support clearing an identity alias' custom_metadata Previously, an update to an entity alias supported updating the custom_metadata as long as the update was not empty, which makes it impossible to clear the metadata values completely. Fixes: - empty custom_metadata parameters are honoured on entity alias update - update related tests - drop dependency on mapstructure - reformat with gofumpt
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
```release-note:improvement
|
|
core/identity: Support updating an alias' `custom_metadata` to be empty.
|
|
```
|