Skip to content

Commit

Permalink
Merge c7b029e into backport/biazmoreira/fix-clone-ent/arguably-sought…
Browse files Browse the repository at this point in the history
…-mongoose
  • Loading branch information
hc-github-team-secure-vault-core authored Oct 4, 2024
2 parents baa3d7f + c7b029e commit 6890d5b
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 6890d5b

Please sign in to comment.