This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
[Custom connectors] Verification process missing #8609
Labels
cat/design
concrete UX design. Use this for PRs containing UX designs.
cat/discussion
This issues requires a discussion
group/connector
Supported camel connectors
group/ui
User interface SPA, talking to the REST backend
status/never-stale
Marker that this issue should not be marked as stale
This is a...
Description
While working on #7466 I realized the validation process for Swagger connections is missing producing the following error on
meta
:Problem
id
as these kind of connectors are created from template based on a base connector (ie,rest-swagger
).ui
is always providing a verification button in connections using the connectorid
to bind such verification to a known connector (which is supposed to provide the verification logic).id
was autogenerated, we have a faling procedure (see [Verification] Unsupported/missing verification #8608 and error trace above.Possible solution
We can either add a new connector parameter or leverage the
metadata
to include a new configuration that will drive theui
to the correct verification procedure.When a custom connector is created we can include that configuration to provide the
id
of the connector base (ie,rest-swagger
).The
ui
will check this new parameter, and, if missing, still use the previous one in order to make the call to the proper verification process.The text was updated successfully, but these errors were encountered: