Changelog¶
VCSP 1.7¶
Added¶
GroupsLimitExceededErrorreturned when a group creation request exceeds the maximum number of groups allowed for a tenant.- New
SubjectsPerGroupLimitExceededErrorreturned when a group population request exceeds the maximum number of subjects in a group allowed for a tenant. - New
EnrollmentsLimitExceededErrorreturned when an enrollment request exceeds the maximum number of enrollments allowed for a tenant. - New
TagsLimitExceededErrorreturned when a tag creation request exceeds the maximum number of tags allowed for a tenant.
VCSP 1.6¶
Added¶
- Updated batch enrollment response to provide a
reportand asummaryof the operation. - Endpoint
/v1/groups/{group_name}/credentialsto list credentials/subjects within a group. - Groups removal from the system when they expire.
- Credentials expiration within groups.
- Added response 503 if the system is temporarily out of service.
Fixed¶
- Regex to validate the subject identifier in the enrollment process.
- PATCH request to
/v1/groups/{group_name}endpoint to update an already existing group.
VCSP 1.3¶
- First release of VCSP.