-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(IT Wallet): [SIW-1934] Cleanup the integrityKeyTag if getWalletAt…
…testation throws an error (#6569) ## Short description This PR updates the `WalletInstanceAttestationObtainment` machine step adding a cleanup function if there is an error. ## List of changes proposed in this pull request - Added cleanupIntegrityKeyTag if `getWalletAttestation` throws an error ## How to test Ensure that, when creating a WI, after an error on the `WalletInstanceAttestationObtainment` step, the `IntegrityKeyTag` has been correctly deleted, and a new key is generated when retrying to create a WI.
- Loading branch information
Showing
4 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters