Closed Cofresi closed 3 years ago
In order to prevent users from creating identities with a large number of publicKeys keys this limits publicKeys to max 32
changed maxItems from 100 to 32
Unit tests and integration tests pass
This is a breaking change, as it limits an existing interface. But it shouldn't affect any existing integrations.
For repository code-owners and collaborators only
Issue being fixed or feature implemented
In order to prevent users from creating identities with a large number of publicKeys keys this limits publicKeys to max 32
What was done?
changed maxItems from 100 to 32
How Has This Been Tested?
Unit tests and integration tests pass
Breaking Changes
This is a breaking change, as it limits an existing interface. But it shouldn't affect any existing integrations.
Checklist:
For repository code-owners and collaborators only