briandelmsft / SentinelAutomationModules

The Microsoft Sentinel Triage AssistanT (STAT) enables easy to create incident triage automation in Microsoft Sentinel
MIT License
201 stars 55 forks source link

Allow for use of User Assigned Managed Identity #424

Closed alexverboon closed 3 months ago

alexverboon commented 1 year ago

Is your feature request related to a problem? Please describe. At present the solution creates a managed identity for each playbook

Describe the solution you'd like In order to reduce the number of managed identities, I would like to use a User Assigned Managed Identity.

Additional context Of course I could modify the playbooks myself to use a user assigned managed identity, but I wanted to avoid that this blocks future updates. Hence would it be possible to allow for specifiying the UAMI when installing the solution, so that the script takes care of assigning the permissions etc. ?

briandelmsft commented 1 year ago

@alexverboon This will be supported in STAT v2, preview will be coming out soon

briandelmsft commented 1 year ago

Duplicate of #58

briandelmsft commented 1 year ago

@alexverboon

STAT v2 Preview is ready for you to try. This is a major move forward from previous versions of STAT, now using an Azure Functions backend and Logic Apps front end. The look and feel is the same as v1, but the improvements on the backend are substantial. This is also a complete rewrite of all of the backend functionality, so do be aware there may be some undiscovered bugs, though there are no known issues in this build. If you encounter any bugs, or even unexpected changes in functionality from previous version please open an issue no matter how small the issue may be.

This build includes the following new features:

The Preview deployment can be found only in the statv2_preview branch of this repo as well as supporting documentation. That includes documentation specific to multi-tenant/MSSP scenarios.

The main branch does not contain any information about v2 at this time, so ensure you select the correct branch.