-
Notifications
You must be signed in to change notification settings - Fork 21.8k
TheAlistairRoss Update role requirements for Microsoft Sentinel UEBA prerequisites #127705
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
base: main
Are you sure you want to change the base?
TheAlistairRoss Update role requirements for Microsoft Sentinel UEBA prerequisites #127705
Conversation
The permissions prerequisites for UEBA was incorrect. Having only Log Analytics contributor or Microsoft Sentinel contributor leads to failures when enabling UEBA as the BehaviourAnalyticsInsights OMS solution would not be deployed
@TheAlistairRoss : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit f68bbdf: ✅ Validation status: passed
For more details, please refer to the build report. |
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.
Pull Request Overview
This PR updates the role requirements documentation for Microsoft Sentinel UEBA (User and Entity Behavior Analytics) prerequisites to fix incorrect permission specifications that were causing deployment failures of the BehaviourAnalyticsInsights OMS solution.
- Replaced insufficient role specifications with tested combinations that successfully enable UEBA
- Added Owner and Contributor roles as valid options for UEBA enablement
- Introduced a least privileged option combining Microsoft Sentinel Contributor and Log Analytics Contributor with specific scope requirements
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Removed duplicate words Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Learn Build status updates of commit 68da4c9: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
refreshing the build |
Learn Build status updates of commit 68da4c9: ✅ Validation status: passed
For more details, please refer to the build report. |
The permissions prerequisites for UEBA were incorrect. Having only Log Analytics contributor or Microsoft Sentinel contributor leads to failures when enabling UEBA as the BehaviourAnalyticsInsights OMS solution would not be deployed. Updated the required permissions with tested combinations, highlighting the least privileged permissions.