mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Remove 512 entity limit for groups (#7317)
* Consul 1.5.3 has configurable value limit for KV storage * Integrated Raft
This commit is contained in:
parent
c91fb0c8e6
commit
1113c96f3a
@ -241,9 +241,6 @@ func (i *IdentityStore) handleGroupUpdateCommon(ctx context.Context, req *logica
|
||||
return logical.ErrorResponse("member entities can't be set manually for external groups"), nil
|
||||
}
|
||||
group.MemberEntityIDs = memberEntityIDsRaw.([]string)
|
||||
if len(group.MemberEntityIDs) > 512 {
|
||||
return logical.ErrorResponse("member entity IDs exceeding the limit of 512"), nil
|
||||
}
|
||||
}
|
||||
|
||||
memberGroupIDsRaw, ok := d.GetOk("member_group_ids")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user