Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] [Alerting] Handling connectors with missing secrets during rule creation and action execution (#98618) #99226

Merged
merged 1 commit into from
May 4, 2021

Commits on May 4, 2021

  1. [Alerting] Handling connectors with missing secrets during rule creat…

    …ion and action execution (elastic#98618)
    
    * [Connectors][API] Updated connectors with enabledAfterImport flag
    
    * fixed functional tests
    
    * added new field to connectors API docs
    
    * added update unit test
    
    * fixed test
    
    * renamed enableAfterImport to isMissingSecrets
    
    * removed onExport
    
    * revert the logic of true/false for isMissingSecrets
    
    * fixed test
    
    * fixed tests
    
    * added unit test
    
    * fixed docs
    
    * fixed import text and button labels
    
    * fixed import text
    
    * fixed text
    
    * Showing placeholder message when connector is missing secrets
    
    * Throwing error on isMissingSecrets = true before executing actions
    
    * Hiding connectors with missing secrets from dropdown
    
    * Checking for connectors with missing secrets during action validation on rule creation/update
    
    * Updating error wording
    
    Co-authored-by: Yuliia Naumenko <yuliia.naumenko@elastic.com>
    2 people authored and kibanamachine committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3afbb7e View commit details
    Browse the repository at this point in the history