TacitRed-IOC-CrowdStrike v3.0.1: Add missing playbook discovery tags (hidden-SentinelTemplateName/Version)#13710
Closed
mazamizo21 wants to merge 2 commits intoAzure:masterfrom
Closed
Conversation
Contributor
|
Hi @mazamizo21, please resolve branch conflicts. Thanks! |
…and deployment fixes Changes from 3.0.0 to 3.0.1: - Added hidden-SentinelTemplateName and hidden-SentinelTemplateVersion tags (without these, playbook template does not appear in Automation > Playbook templates) - Fixed location parameter: removed hardcoded location, use workspace-location-inline - Removed unused TacitRed_Domain parameter and URI filter - Fixed solutionId to match Partner Center offer ID - Updated API versions from future-dated 2025-09-01 to 2023-04-01-preview - Updated publisher name to Data443 Risk Mitigation, Inc. Note: PR Azure#13641 (v3.0.1) was previously merged but only included the Solution JSON — the Package/mainTemplate.json and zip were not part of that merge. This PR adds them.
1a4dcb0 to
02c9b36
Compare
Contributor
Author
|
Closing this PR — the fix is already on master. After reviewing, I confirmed that the Feb 17 merge (commit 3193698) did include the updated Apologies for the noisy diff — the branch picked up unrelated local files during the rebase. No changes needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
After installing TacitRed-IOC-CrowdStrike from Content Hub, the playbook template does not appear in Automation > Playbook templates. The solution shows as "Installed" but the Configuration page is empty — no wizard, no resource group selection.
This is the same issue that affected TacitRed-IOC-SentinelOne (already fixed and live in Content Hub).
Root Cause
The v3.0.0 mainTemplate.json in the Package is missing
hidden-SentinelTemplateNameandhidden-SentinelTemplateVersiontags on the Logic App resource. These tags are how Sentinel discovers playbook templates — without them, the playbook is invisible.Note: PR #13641 (v3.0.1) was previously merged but only included the Solution JSON file. The Package/mainTemplate.json and zip were not part of that merge. This PR adds them.
Changes (3.0.0 → 3.0.1)
hidden-SentinelTemplateNameTacitRedToCrowdStrikehidden-SentinelTemplateVersion1.0locationparameterresourceGroup().locationworkspace-location-inline(matches 489/492 solutions)TacitRed_DomainparamsolutionIddata443.azure-sentinel-...data443riskmitigationinc1761580347231.azure-sentinel-...(matches Partner Center offer)2025-09-01(future-dated)2023-04-01-previewTacitRedData443 Risk Mitigation, Inc.Files Modified
Solutions/TacitRed-IOC-CrowdStrike/Package/mainTemplate.json— all fixes aboveSolutions/TacitRed-IOC-CrowdStrike/Package/3.0.1.zip— rebuilt packageSolutions/TacitRed-IOC-CrowdStrike/ReleaseNotes.md— added v3.0.1 entryOld 3.0.0.zip preserved as required.