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

[RAC] [RBAC] add space ids array to each alert document #105173

Merged
merged 21 commits into from
Jul 16, 2021

Commits on Jul 15, 2021

  1. kind of working solution... need to fix types.. would be great if all…

    … of this could go in the authorization class but I don't think we have access to the spaceids when we generate the kibana security action strings?
    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    5490056 View commit details
    Browse the repository at this point in the history
  2. update mapping type as array:true for space_ids field, fixes types, u…

    …pdates jest tests, adds integration tests
    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    4cfd5d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c75cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3def751 View commit details
    Browse the repository at this point in the history
  5. fix apm integration tests

    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8419531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55ef42c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4daa1dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c709cea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd358c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3cb624 View commit details
    Browse the repository at this point in the history
  11. update snapshot

    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    9bbc14f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b6e6ee View commit details
    Browse the repository at this point in the history
  13. remove dead code

    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    7067443 View commit details
    Browse the repository at this point in the history
  14. fix type error

    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    544bb60 View commit details
    Browse the repository at this point in the history
  15. renames space ids field on alert documents from kibana.rac.alert.spac…

    …e_ids to kibana.space_ids
    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    58be86e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    896d304 View commit details
    Browse the repository at this point in the history
  17. update snapshots

    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    add73d8 View commit details
    Browse the repository at this point in the history
  18. remove references to kibana.rac.alert.space_ids and replace with kiba…

    …na.space_ids in rule registry integration tests and apm integration tests
    dhurley14 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    93b858c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    bd6c938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e1b91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e6b92 View commit details
    Browse the repository at this point in the history