Closed
Description
Experienced
When creating a CA, identity roles are required. The identity roles flag, -a
is optional and when it is not specified the controller will return an error stating that identityRoles
is required.
{"error":"validation failure list:\nvalidation failure list:\nidentityRoles in body is required"}
Expected
If -a
is no specified an empty array is used for identityRoles
when a CA is created and no error is output.
Reproduction
- Create a CA via the CLI w/o the
-a
option