You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#32 describes an overall vision for a full rollback or overwrite capability, and near the bottom says:
What will it take to execute?
In the near term we should keep track of resources created in order to enable manual removal, regardless of any more automatic behavior.
Which means steps 1 and 3 of:
We need a capability to:
Track what resources have been created in a workflow execution
Automate the removal of these resources (if possible)
Provide users with a specific list of resources created to enable manual removal in case automated removal fails, or they want more control over the process.
This issue is intended to do exactly that near term requirement. Review comments on #32 for some more context.
Update Template execution APIs to ensure that this list of resources created is returned to the user as part of the successful response.
Update Template execution APIs to ensure that this list of resources created is returned to the user as part of a failed response.
Provide a REST API that allows a user to list the resources they created. This will probably use the same code path which was used in the response generation in the previous steps.
Provide a REST API that allows a user to delete the resources they created. Look into tagging the resources in such a way that they can be easily filtered/identified. Consider integrating this as an optional parameter to the delete template API.
The text was updated successfully, but these errors were encountered:
#32 describes an overall vision for a full rollback or overwrite capability, and near the bottom says:
Which means steps 1 and 3 of:
This issue is intended to do exactly that near term requirement. Review comments on #32 for some more context.
The text was updated successfully, but these errors were encountered: