Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0-b2
-
Component/s: None
-
Labels:None
Description
If cwatch attempts to provision a user and licenses, but fails, then the module will try to rollback changes. This includes cancelling licenses and deleting the user. The module attempts to fetch licenses by email, but if the user was not created this returns an error response. The module overlooks this and tries to use it anyway, which causes a fatal error on line 638. This is all in the deleteUser() method.
To recreate you should simply be able to submit a creation request with invalid credentials.
Previously fixed. See github PR #30.