Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Add a Connector - DB connector configs #922

@adriaaaa

Description

@adriaaaa

Description

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

  1. 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)
  1. 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)
  1. Demonstrate that a user can test the connection
  • For errored/success messages, follow the patterns established when we developed the SaaS Connector test connection.
  1. Demonstrate that a user can save* all required fields must be filled in before user can save

Mockups

Figma

Image

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions