From 911bde624f7e9eb3782c0922991c7339a74491b6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 28 Feb 2024 09:51:37 +0000 Subject: [PATCH] Update manifest.json --- manifest.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 625ec3f..f91c1ae 100644 --- a/manifest.json +++ b/manifest.json @@ -142,6 +142,38 @@ } ] }, + "Package": "https://github.com/unity-sds/unity-cs-infra@c19fc734701f8eaeeb59fd25598f09dc70ab64cf", + "Backend": "terraform", + "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", "Backend": "terraform", "WorkDirectory": "terraform-project-api-gateway_module", @@ -239,6 +271,26 @@ "DefaultDeployment": {}, "WorkDirectory": "terraform-unity" }, + { + "DisplayName": "Unity Proxy", + "Name": "unity-proxy", + "Version": "0.10", + "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", + "Backend": "terraform", + "ManagedDependencies": {}, + "DefaultDeployment": {}, + "WorkDirectory": "terraform-unity" + }, { "DisplayName": "Unity Proxy", "Name": "unity-proxy", @@ -393,7 +445,7 @@ ], "Category": "system", "IamRoles": {}, - "Package": "https://github.com/unity-sds/unity-proxy", + "Package": "https://github.com/unity-sds/unity-proxy@2c1cf77359dfea37532bc96b3085245f2a57e1d6", "Backend": "terraform", "ManagedDependencies": {}, "DefaultDeployment": {},