Merge pull request #8156 from Azure/v-atulyadav/awsiam

Repackage AWS IAM
This commit is contained in:
v-dvedak 2023-05-30 17:19:51 +05:30 коммит произвёл GitHub
Родитель adce5a041b 42a685e71d
Коммит 677b2da16c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 15 добавлений и 15 удалений

Просмотреть файл

@ -10,7 +10,7 @@
],
"Metadata": "SolutionMetadata.json",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\AWS_IAM",
"Version": "2.0.0",
"Version": "2.0.1",
"TemplateSpec": true,
"Is1PConnector": false
}

Двоичные данные
Solutions/AWS_IAM/Package/2.0.1.zip Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -56,13 +56,13 @@
"_playbookContentId3": "[variables('playbookContentId3')]",
"playbookId3": "[resourceId('Microsoft.Logic/workflows', 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": "[variables('aws_iam_functionapp_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')]"
},
"resources": [
{
"type": "Microsoft.Resources/templateSpecs",
"apiVersion": "2021-05-01",
"apiVersion": "2022-02-01",
"name": "[variables('playbookTemplateSpecName1')]",
"location": "[parameters('workspace-location')]",
"tags": {
@ -76,7 +76,7 @@
},
{
"type": "Microsoft.Resources/templateSpecs/versions",
"apiVersion": "2021-05-01",
"apiVersion": "2022-02-01",
"name": "[concat(variables('playbookTemplateSpecName1'),'/',variables('playbookVersion1'))]",
"location": "[parameters('workspace-location')]",
"tags": {
@ -87,7 +87,7 @@
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName1'))]"
],
"properties": {
"description": "AWSIAM-AddTagToUser Playbook with template version 2.0.0",
"description": "AWSIAM-AddTagToUser Playbook with template version 2.0.1",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('playbookVersion1')]",
@ -371,7 +371,7 @@
},
{
"type": "Microsoft.Resources/templateSpecs",
"apiVersion": "2021-05-01",
"apiVersion": "2022-02-01",
"name": "[variables('playbookTemplateSpecName2')]",
"location": "[parameters('workspace-location')]",
"tags": {
@ -385,7 +385,7 @@
},
{
"type": "Microsoft.Resources/templateSpecs/versions",
"apiVersion": "2021-05-01",
"apiVersion": "2022-02-01",
"name": "[concat(variables('playbookTemplateSpecName2'),'/',variables('playbookVersion2'))]",
"location": "[parameters('workspace-location')]",
"tags": {
@ -396,7 +396,7 @@
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName2'))]"
],
"properties": {
"description": "AWSIAM-DeleteAccessKeys Playbook with template version 2.0.0",
"description": "AWSIAM-DeleteAccessKeys Playbook with template version 2.0.1",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('playbookVersion2')]",
@ -710,7 +710,7 @@
},
{
"type": "Microsoft.Resources/templateSpecs",
"apiVersion": "2021-05-01",
"apiVersion": "2022-02-01",
"name": "[variables('playbookTemplateSpecName3')]",
"location": "[parameters('workspace-location')]",
"tags": {
@ -724,7 +724,7 @@
},
{
"type": "Microsoft.Resources/templateSpecs/versions",
"apiVersion": "2021-05-01",
"apiVersion": "2022-02-01",
"name": "[concat(variables('playbookTemplateSpecName3'),'/',variables('playbookVersion3'))]",
"location": "[parameters('workspace-location')]",
"tags": {
@ -735,7 +735,7 @@
"[resourceId('Microsoft.Resources/templateSpecs', variables('playbookTemplateSpecName3'))]"
],
"properties": {
"description": "AWSIAM-EnrichIncidentWithUserInfo Playbook with template version 2.0.0",
"description": "AWSIAM-EnrichIncidentWithUserInfo Playbook with template version 2.0.1",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('playbookVersion3')]",
@ -1140,7 +1140,7 @@
"apiVersion": "2022-01-01-preview",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "2.0.0",
"version": "2.0.1",
"kind": "Solution",
"contentSchemaVersion": "2.0.0",
"contentId": "[variables('_solutionId')]",
@ -1187,7 +1187,7 @@
"categories": {
"domains": [
"Identity",
"Security Automation (SOAR)"
"Security - Automation (SOAR)"
]
}
},

Просмотреть файл

@ -4,7 +4,7 @@
"firstPublishDate": "2022-09-28",
"providers": ["Microsoft"],
"categories": {
"domains" : ["Identity","Security Automation (SOAR)"]
"domains" : ["Identity","Security - Automation (SOAR)"]
},
"support": {
"name": "Microsoft Corporation",