Skip to content

Commit

Permalink
backport of commit c7b029e (#28595)
Browse files Browse the repository at this point in the history
Co-authored-by: Bianca Moreira <48203644+biazmoreira@users.noreply.github.com>
  • Loading branch information
1 parent 7739a6e commit 6eb4053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/identity_store_entities.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (i *IdentityStore) handleEntityUpdateCommon() framework.OperationFunc {
// Get the name
entityName := d.Get("name").(string)
if entityName != "" {
entityByName, err := i.MemDBEntityByName(ctx, entityName, false)
entityByName, err := i.MemDBEntityByName(ctx, entityName, true)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6eb4053

Please sign in to comment.