-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Rules migration] Use user profile UID instead of username #206299
[Rules migration] Use user profile UID instead of username #206299
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
...curity_solution/server/lib/siem_migrations/rules/data/rule_migrations_data_lookups_client.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
💚 Build Succeeded
Metrics [docs]
History
cc @e40pud |
Starting backport for target branches: 8.x |
…06299) ## Summary [Internal link](elastic/security-team#10820) to the feature details With these changes we switch to using user's `profile_id` instead of `username` as a user identification for the migration rules create and update operations. (cherry picked from commit a1f8532)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…6299) (#206378) # Backport This will backport the following commits from `main` to `8.x`: - [[Rules migration] Use user profile UID instead of username (#206299)](#206299) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ievgen Sorokopud","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-12T12:06:13Z","message":"[Rules migration] Use user profile UID instead of username (#206299)\n\n## Summary\r\n\r\n[Internal link](https://github.com/elastic/security-team/issues/10820)\r\nto the feature details\r\n\r\nWith these changes we switch to using user's `profile_id` instead of\r\n`username` as a user identification for the migration rules create and\r\nupdate operations.","sha":"a1f85326e8166857f51e581ae6a3e94bc480428e","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat Hunting","Team: SecuritySolution","backport:prev-minor"],"title":"[Rules migration] Use user profile UID instead of username","number":206299,"url":"https://github.com/elastic/kibana/pull/206299","mergeCommit":{"message":"[Rules migration] Use user profile UID instead of username (#206299)\n\n## Summary\r\n\r\n[Internal link](https://github.com/elastic/security-team/issues/10820)\r\nto the feature details\r\n\r\nWith these changes we switch to using user's `profile_id` instead of\r\n`username` as a user identification for the migration rules create and\r\nupdate operations.","sha":"a1f85326e8166857f51e581ae6a3e94bc480428e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206299","number":206299,"mergeCommit":{"message":"[Rules migration] Use user profile UID instead of username (#206299)\n\n## Summary\r\n\r\n[Internal link](https://github.com/elastic/security-team/issues/10820)\r\nto the feature details\r\n\r\nWith these changes we switch to using user's `profile_id` instead of\r\n`username` as a user identification for the migration rules create and\r\nupdate operations.","sha":"a1f85326e8166857f51e581ae6a3e94bc480428e"}}]}] BACKPORT--> Co-authored-by: Ievgen Sorokopud <[email protected]>
…06299) ## Summary [Internal link](elastic/security-team#10820) to the feature details With these changes we switch to using user's `profile_id` instead of `username` as a user identification for the migration rules create and update operations.
…06299) ## Summary [Internal link](elastic/security-team#10820) to the feature details With these changes we switch to using user's `profile_id` instead of `username` as a user identification for the migration rules create and update operations.
Summary
Internal link to the feature details
With these changes we switch to using user's
profile_id
instead ofusername
as a user identification for the migration rules create and update operations.