Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 28, 2024
1 parent e912861 commit 911bde6
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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::<account_id>:instance-profile/eksctl*"
]
}
]
},
"Package": "https://github.com/unity-sds/unity-cs-infra",
"Backend": "terraform",
"WorkDirectory": "terraform-project-api-gateway_module",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {},
Expand Down

0 comments on commit 911bde6

Please sign in to comment.