Input to component ID should be checked before provisioning
stevegbrooks opened this issue · 0 comments
stevegbrooks commented
If a user inputs a component ID (e.g., 'docs') that collides with a name of a file/directory in https://github.com/opendevstack/ods-quickstarters, then during the Jenkins build it will return this error:
"Error: Target directory 'docs' must not exist yet"
I suggest a feature in the provisioning app that sanitizes the input so this error never happens.