'Provision Service Class' form does not support regex validation #1891
Labels
area/busola
Related to all activities around the Busola UI and all its views
area/service-management
Issues or PRs related to service management
kind/bug
Categorizes issue or PR as related to a bug.
Description
On the "Provision Service Class" form for "Google Cloud Storage"
the "Bucket ID" field has in the definition additional properties for validation:
Properties: maxLength, minLength and pattern are not supported. I was able to submit the form with values that were two characters long or contained only "/" characters
Expected result
The submit action should fail with a proper error message just like it does when mandatory fields are empty.
Actual result
Submit action of the form works and the creation process fails in next step
Steps to reproduce
Create new "Google Cloud Storage" service (from the GCP Broker Bundle) and try to provide incorrect values in the form.
Specification: GoogleCloudStorage.json.zip
The text was updated successfully, but these errors were encountered: