contract-first-idp / software-templates

Backstage Golden Path Templates
2 stars 14 forks source link

Select Microcks instances from Backstage Location entity list #2

Open davgordo opened 5 months ago

davgordo commented 5 months ago

The API Specification golden path requires a parameter value representing the Microcks service URL to which a new mock API instance should be applied. The value is a free-form string, but would be better as a drop-down list which is dynamically populated with valid URLs. Limiting the possible user-provided values to only valid service URLs will make the template more secure and less error-prone.

Implementation notes: