Stack name validation during creation to avoid name conflict #9444
Replies: 5 comments
-
Should the validation depend on the current endpoint or should it be global ? |
Beta Was this translation helpful? Give feedback.
-
@yassirh right now, due to a technical limitation, stack name must be unique across all endpoints. Related to #1347 |
Beta Was this translation helpful? Give feedback.
-
I will make a PR soon. |
Beta Was this translation helpful? Give feedback.
-
Is there a service that returns the stacks over all the endpoints ? I have found |
Beta Was this translation helpful? Give feedback.
-
@yassirh yes, calling |
Beta Was this translation helpful? Give feedback.
-
Instead of allowing the user to create a stack with a name that is already used and display a warning after clicking on the create button, we should display a message close to the name input: "Stack name already in use".
This should be done in the stack creation view, when creating a stack via templates and when using the stack duplicate/migrate feature in the stack details view.
Beta Was this translation helpful? Give feedback.
All reactions