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] Used SO for saving the API key IDs that should be deleted (#82211) #83547

Merged
merged 1 commit into from
Nov 17, 2020

Commits on Nov 17, 2020

  1. Used SO for saving the API key IDs that should be deleted (elastic#82211

    )
    
    * Used SO for saving the API key IDs that should be deleted and create a configuration option where can set an execution interval for a TM task which will get the data from this SO and remove marked for delete keys.
    
    * removed invalidateApiKey from AlertsClient
    
    * Fixed type checks
    
    * Fixed jest tests
    
    * Removed test code
    
    * Changed SO name
    
    * fixed type cheks
    
    * Moved invalidate logic out of alerts client
    
    * fixed type check
    
    * Added functional tests
    
    * Fixed due to comments
    
    * added configurable delay for invalidation task
    
    * added interval to the task response
    
    * Fixed jest tests
    
    * Fixed due to comments
    
    * Fixed task
    
    * fixed paging
    
    * Fixed date filter
    
    * Fixed jest tests
    
    * fixed due to comments
    
    * fixed due to comments
    
    * Fixed e2e test
    
    * Fixed e2e test
    
    * Fixed due to comments. Changed api key invalidation task to use SavedObjectClient
    
    * Use encryptedSavedObjectClient
    
    * set back flaky test comment
    YulNaumenko committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    24e48a9 View commit details
    Browse the repository at this point in the history