-
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
[SECURITY] Add Privilege deprecations services in security plugin #113151
[SECURITY] Add Privilege deprecations services in security plugin #113151
Conversation
Pinging @elastic/kibana-security (Team:Security) |
…recations-services
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.
Overall this is looking great, just a few nits. Thanks for putting this together!
x-pack/plugins/security/server/deprecations/privilege_deprecations.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/server/deprecations/privilege_deprecations.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/server/deprecations/privilege_deprecations.test.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/server/deprecations/privilege_deprecations.test.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/server/deprecations/privilege_deprecations.test.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/server/deprecations/privilege_deprecations.test.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.
A couple more nits that I noticed right after I submitted my review! 😅
x-pack/plugins/security/server/deprecations/privilege_deprecations.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/server/deprecations/privilege_deprecations.test.ts
Outdated
Show resolved
Hide resolved
…ions.ts Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
…recations-services
…recations-services
…recations-services
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.
One last nit, otherwise LGTM!
…recations-services
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing exports
History
To update your PR or re-run it, just comment with: |
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.
🌮
…astic#113151) * non-working POC for privilege deprecations * wip to be bale to deprecated sub feature case in security solutions * finalyze deprecations of cases sub feature in security solutions * only adding the deprecation servces in security * add test + translation * Update x-pack/plugins/security/server/deprecations/privilege_deprecations.ts Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * joe reviews * renaming + double check Co-authored-by: Larry Gregory <larry.gregory@elastic.co> Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…13151) (#113955) * non-working POC for privilege deprecations * wip to be bale to deprecated sub feature case in security solutions * finalyze deprecations of cases sub feature in security solutions * only adding the deprecation servces in security * add test + translation * Update x-pack/plugins/security/server/deprecations/privilege_deprecations.ts Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> * joe reviews * renaming + double check Co-authored-by: Larry Gregory <larry.gregory@elastic.co> Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com> Co-authored-by: Larry Gregory <larry.gregory@elastic.co> Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
Summary
Adding a new services to allow kibana plugin to deprecated roles if needed it.
Checklist