Merge pull request #8156 from Azure/v-atulyadav/awsiam
Repackage AWS IAM
This commit is contained in:
Коммит
677b2da16c
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
"Metadata": "SolutionMetadata.json",
|
"Metadata": "SolutionMetadata.json",
|
||||||
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\AWS_IAM",
|
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\AWS_IAM",
|
||||||
"Version": "2.0.0",
|
"Version": "2.0.1",
|
||||||
"TemplateSpec": true,
|
"TemplateSpec": true,
|
||||||
"Is1PConnector": false
|
"Is1PConnector": false
|
||||||
}
|
}
|
Двоичный файл не отображается.
|
@ -56,13 +56,13 @@
|
||||||
"_playbookContentId3": "[variables('playbookContentId3')]",
|
"_playbookContentId3": "[variables('playbookContentId3')]",
|
||||||
"playbookId3": "[resourceId('Microsoft.Logic/workflows', variables('playbookContentId3'))]",
|
"playbookId3": "[resourceId('Microsoft.Logic/workflows', variables('playbookContentId3'))]",
|
||||||
"playbookTemplateSpecName3": "[concat(parameters('workspace'),'-pl-',uniquestring(variables('_playbookContentId3')))]",
|
"playbookTemplateSpecName3": "[concat(parameters('workspace'),'-pl-',uniquestring(variables('_playbookContentId3')))]",
|
||||||
"aws_iam_functionapp_id": "[[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/aws-iam-', uniqueString(resourceGroup().id))]",
|
"aws_iam_functionapp_id": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/aws-iam-', uniqueString(resourceGroup().id))]",
|
||||||
"_aws_iam_functionapp_id": "[variables('aws_iam_functionapp_id')]"
|
"_aws_iam_functionapp_id": "[variables('aws_iam_functionapp_id')]"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Resources/templateSpecs",
|
"type": "Microsoft.Resources/templateSpecs",
|
||||||
"apiVersion": "2021-05-01",
|
"apiVersion": "2022-02-01",
|
||||||
"name": "[variables('playbookTemplateSpecName1')]",
|
"name": "[variables('playbookTemplateSpecName1')]",
|
||||||
"location": "[parameters('workspace-location')]",
|
"location": "[parameters('workspace-location')]",
|
||||||
"tags": {
|
"tags": {
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Resources/templateSpecs/versions",
|
"type": "Microsoft.Resources/templateSpecs/versions",
|
||||||
"apiVersion": "2021-05-01",
|
"apiVersion": "2022-02-01",
|
||||||
"name": "[concat(variables('playbookTemplateSpecName1'),'/',variables('playbookVersion1'))]",
|
"name": "[concat(variables('playbookTemplateSpecName1'),'/',variables('playbookVersion1'))]",
|
||||||
"location": "[parameters('workspace-location')]",
|
"location": "[parameters('workspace-location')]",
|
||||||
"tags": {
|
"tags": {
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName1'))]"
|
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName1'))]"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": "AWSIAM-AddTagToUser Playbook with template version 2.0.0",
|
"description": "AWSIAM-AddTagToUser Playbook with template version 2.0.1",
|
||||||
"mainTemplate": {
|
"mainTemplate": {
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||||
"contentVersion": "[variables('playbookVersion1')]",
|
"contentVersion": "[variables('playbookVersion1')]",
|
||||||
|
@ -371,7 +371,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Resources/templateSpecs",
|
"type": "Microsoft.Resources/templateSpecs",
|
||||||
"apiVersion": "2021-05-01",
|
"apiVersion": "2022-02-01",
|
||||||
"name": "[variables('playbookTemplateSpecName2')]",
|
"name": "[variables('playbookTemplateSpecName2')]",
|
||||||
"location": "[parameters('workspace-location')]",
|
"location": "[parameters('workspace-location')]",
|
||||||
"tags": {
|
"tags": {
|
||||||
|
@ -385,7 +385,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Resources/templateSpecs/versions",
|
"type": "Microsoft.Resources/templateSpecs/versions",
|
||||||
"apiVersion": "2021-05-01",
|
"apiVersion": "2022-02-01",
|
||||||
"name": "[concat(variables('playbookTemplateSpecName2'),'/',variables('playbookVersion2'))]",
|
"name": "[concat(variables('playbookTemplateSpecName2'),'/',variables('playbookVersion2'))]",
|
||||||
"location": "[parameters('workspace-location')]",
|
"location": "[parameters('workspace-location')]",
|
||||||
"tags": {
|
"tags": {
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName2'))]"
|
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName2'))]"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": "AWSIAM-DeleteAccessKeys Playbook with template version 2.0.0",
|
"description": "AWSIAM-DeleteAccessKeys Playbook with template version 2.0.1",
|
||||||
"mainTemplate": {
|
"mainTemplate": {
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||||
"contentVersion": "[variables('playbookVersion2')]",
|
"contentVersion": "[variables('playbookVersion2')]",
|
||||||
|
@ -710,7 +710,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Resources/templateSpecs",
|
"type": "Microsoft.Resources/templateSpecs",
|
||||||
"apiVersion": "2021-05-01",
|
"apiVersion": "2022-02-01",
|
||||||
"name": "[variables('playbookTemplateSpecName3')]",
|
"name": "[variables('playbookTemplateSpecName3')]",
|
||||||
"location": "[parameters('workspace-location')]",
|
"location": "[parameters('workspace-location')]",
|
||||||
"tags": {
|
"tags": {
|
||||||
|
@ -724,7 +724,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Microsoft.Resources/templateSpecs/versions",
|
"type": "Microsoft.Resources/templateSpecs/versions",
|
||||||
"apiVersion": "2021-05-01",
|
"apiVersion": "2022-02-01",
|
||||||
"name": "[concat(variables('playbookTemplateSpecName3'),'/',variables('playbookVersion3'))]",
|
"name": "[concat(variables('playbookTemplateSpecName3'),'/',variables('playbookVersion3'))]",
|
||||||
"location": "[parameters('workspace-location')]",
|
"location": "[parameters('workspace-location')]",
|
||||||
"tags": {
|
"tags": {
|
||||||
|
@ -735,7 +735,7 @@
|
||||||
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName3'))]"
|
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName3'))]"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": "AWSIAM-EnrichIncidentWithUserInfo Playbook with template version 2.0.0",
|
"description": "AWSIAM-EnrichIncidentWithUserInfo Playbook with template version 2.0.1",
|
||||||
"mainTemplate": {
|
"mainTemplate": {
|
||||||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
||||||
"contentVersion": "[variables('playbookVersion3')]",
|
"contentVersion": "[variables('playbookVersion3')]",
|
||||||
|
@ -1140,7 +1140,7 @@
|
||||||
"apiVersion": "2022-01-01-preview",
|
"apiVersion": "2022-01-01-preview",
|
||||||
"location": "[parameters('workspace-location')]",
|
"location": "[parameters('workspace-location')]",
|
||||||
"properties": {
|
"properties": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"kind": "Solution",
|
"kind": "Solution",
|
||||||
"contentSchemaVersion": "2.0.0",
|
"contentSchemaVersion": "2.0.0",
|
||||||
"contentId": "[variables('_solutionId')]",
|
"contentId": "[variables('_solutionId')]",
|
||||||
|
@ -1187,7 +1187,7 @@
|
||||||
"categories": {
|
"categories": {
|
||||||
"domains": [
|
"domains": [
|
||||||
"Identity",
|
"Identity",
|
||||||
"Security – Automation (SOAR)"
|
"Security - Automation (SOAR)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"firstPublishDate": "2022-09-28",
|
"firstPublishDate": "2022-09-28",
|
||||||
"providers": ["Microsoft"],
|
"providers": ["Microsoft"],
|
||||||
"categories": {
|
"categories": {
|
||||||
"domains" : ["Identity","Security – Automation (SOAR)"]
|
"domains" : ["Identity","Security - Automation (SOAR)"]
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"name": "Microsoft Corporation",
|
"name": "Microsoft Corporation",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче