-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinginfrastructureInfrastructure and DevOpsInfrastructure and DevOps
Description
Originally created by @boolean5 on 2024-06-12T07:35:12Z
Original issue: SpringACT/digital-safe-upload-on-blob#562
During the Digital Safe creation process, if the user clicks on "Previous" after having created the image password, the newly created container that corresponds to the key in this image is never used but also never deleted from the Blob Storage.
Two approaches to consider:
- When clicking on "Previous" at this step, let's issue a request to delete the newly created container for the key stored in the previous image to avoid piling up unused containers in our Blob Storage. Check if a similar thing is also needed for other steps (e.g. entering the Digital Safe name).
- Only create the container in the Blob Storage when the user clicks on the final "Next" button in the creation process (i.e., after having created the image password, after downloading it and after clicking "Next")
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginfrastructureInfrastructure and DevOpsInfrastructure and DevOps