-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Description
In order to support import/export of connectors, we need to ability to allow users to fix connectors that have been disabled due to import.
1. Disabled state for connectors that are not enabled after import in connector list
We already have a disabled state for connectors disabled due to config or disabled due to license. We should use the same disabled state but have the message reflect this type of disabled state
2. Action for "fixing" disabled connector in each row in the connector list.
This could be similar to how we show a "Fix" link on the rule list for license errors, where clicking the "Fix" link will open the edit flyout where a user would have to re-enter the secrets to update the connector. Since update
already does validation on the secrets field, the user won't be able to "fix" the connector without entering secrets. It would maybe be nice if the edit flyout showed an additional prompt related to this specific scenario ("Reenter secrets to re-enable this imported connector"?)