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] Exempt Alerts pre 7.10 from RBAC on their Action execution until updated (#75563) #77595

Merged
merged 1 commit into from
Sep 16, 2020

Commits on Sep 16, 2020

  1. [Alerting] Exempt Alerts pre 7.10 from RBAC on their Action execution…

    … until updated (elastic#75563)
    
    Marks all Alerts with a `versionApiKeyLastmodified ` field that tracks what version the alert's Api Key was last updated in. We then use this field to exempt legacy alerts (created pre `7.10.0`) in order to use a _dialed down_ version of RBAC which should allow old alerts to continue to function after the upgrade, until they are updates (at which point they will no longer be **Legacy**).
    
    More details here: elastic#74858 (comment)
    gmmorris committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    b14c838 View commit details
    Browse the repository at this point in the history