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
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
When either update or creation of a namespace fails, then it ends with a state = failed however there is no additional logic that would handle these namespaces.
When there is a GET for such an namespace then tenant service should:
Try to update the namespace
If an update fails, then remove all namespaces created for the user and create new ones with a new base-name
When either update or creation of a namespace fails, then it ends with a
state = failedhowever there is no additional logic that would handle these namespaces.When there is a GET for such an namespace then tenant service should: