Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support clearing an identity alias' custom_metadata #13395

Merged
merged 3 commits into from Dec 10, 2021

Commits on Dec 10, 2021

  1. Support clearing an identity alias' custom_metadata

    Previously, an update to an entity alias supports updating the
    custom_metadata as long as the update is 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
    - reformat with gofumpt
    benashz committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    43760fe View commit details
    Browse the repository at this point in the history
  2. Add changelog.

    benashz committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    76bc893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2e589 View commit details
    Browse the repository at this point in the history