From ee67db7a1028017eab63c1830ffe73bbfae17807 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 19 Feb 2025 16:43:10 +0000 Subject: [PATCH] Update manifest.json --- manifest.json | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/manifest.json b/manifest.json index d76d905..c66b995 100644 --- a/manifest.json +++ b/manifest.json @@ -374,6 +374,38 @@ "WorkDirectory": "terraform-project-api-gateway_module", "DefaultDeployment": {} }, + { + "DisplayName": "Unity API Gateway", + "Name": "unity-apigateway", + "Version": "0.4", + "Channel": "beta", + "Owner": "U-CS Team", + "Description": "A package to install and configure an API gateway for your Unity Venue", + "Repository": "https://github.com/unity-sds/unity-cs-infra/", + "Tags": [ + "api", + "http", + "rest" + ], + "Category": "system", + "IamRoles": { + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "iam:CreateInstanceProfile" + ], + "Resource": [ + "arn:aws:iam:::instance-profile/eksctl*" + ] + } + ] + }, + "Package": "https://github.com/unity-sds/unity-cs-infra@0595fd83e05561a17734ba71c4f36bc0d89143fe", + "Backend": "terraform", + "WorkDirectory": "terraform-project-api-gateway_module", + "DefaultDeployment": {} + }, { "DisplayName": "Unity API Gateway", "Name": "unity-apigateway", @@ -446,6 +478,26 @@ "DefaultDeployment": {}, "WorkDirectory": "terraform-unity" }, + { + "DisplayName": "Unity Health Status Monitoring", + "Name": "unity-cs-monitoring-lambda", + "Version": "0.1", + "Channel": "beta", + "Owner": "Brandon Hargitay", + "Description": "Monitor the health of various Unity resources", + "Repository": "https://github.com/unity-sds/unity-cs-monitoring-lambda", + "Tags": [ + "monitor", + "health" + ], + "Category": "system", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-cs-monitoring-lambda@0595fd83e05561a17734ba71c4f36bc0d89143fe", + "Backend": "terraform", + "ManagedDependencies": {}, + "DefaultDeployment": {}, + "WorkDirectory": "terraform-unity" + }, { "DisplayName": "Unity Health Status Monitoring", "Name": "unity-cs-monitoring-lambda", @@ -887,6 +939,26 @@ "DefaultDeployment": {}, "WorkDirectory": "terraform-unity" }, + { + "DisplayName": "Unity Proxy", + "Name": "unity-proxy", + "Version": "0.14", + "Channel": "beta", + "Owner": "Tom Barber", + "Description": "The Unity HTTPD Proxy package", + "Repository": "https://github.com/unity-sds/unity-proxy", + "Tags": [ + "proxy", + "httpd" + ], + "Category": "system", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-proxy@0595fd83e05561a17734ba71c4f36bc0d89143fe", + "Backend": "terraform", + "ManagedDependencies": {}, + "DefaultDeployment": {}, + "WorkDirectory": "terraform-unity" + }, { "DisplayName": "Unity Proxy", "Name": "unity-proxy", @@ -1573,6 +1645,32 @@ } } }, + { + "DisplayName": "Unity-UI-Application", + "Name": "unity-ui", + "Version": "0.8.0", + "Channel": "beta", + "Owner": "UI/UX Team", + "Description": "A package to install and configure the Unity UI Application for your Unity Venue", + "Repository": "https://github.com/unity-sds/unity-ui-infra", + "Tags": [ + "ui", + "navigation" + ], + "Category": "ui", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-ui-infra@0595fd83e05561a17734ba71c4f36bc0d89143fe", + "ManagedDependencies": {}, + "Backend": "terraform", + "WorkDirectory": "terraform-unity-ui", + "DefaultDeployment": { + "Variables": { + "Values": { + "app_count": "2" + } + } + } + }, { "DisplayName": "Unity UI Application", "Name": "unity-ui",