You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Similarly to providing a way to configure/setup a SaaS connector (implemented in previous tickets), we need to create a way to configure Database-type connectors. The scope of this ticket is to provide
Assumptions
Acceptance Criteria
Demonstrate that a user can select a database-type connector to configure
(this screen has already been developed, the only thing we would have to do here is enable "Database Connectors" from the dropdown on the search screen and allow users to select the type of DB they want to set up)
Demonstrate that a user can configure the connector params for that database. Fields include:
Name (required, this must be unique)
Description (optional, does not have to be unique)
Access Privileges (at least one must be selected; this correlates to the access field on the ConnectionConfig)
Account details (this area is how the user will set the ConnectionConfig secrets)
Demonstrate that a user can test the connection
For errored/success messages, follow the patterns established when we developed the SaaS Connector test connection.
Demonstrate that a user can save* all required fields must be filled in before user can save