Skip to content

Commit

Permalink
update lambda and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
buggtb committed Feb 28, 2024
1 parent 850a110 commit e57e775
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 3 deletions.
4 changes: 2 additions & 2 deletions applications/unity-apigateway/0.2/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"DisplayName": "Unity API Gateway",
"Name": "unity-apigateway",
"Version": "0.1-beta",
"Version": "0.2",
"Channel": "beta",
"Owner": "U-CS Team",
"Description": "A package to install and configure an API gateway for your Unity Venue",
Expand All @@ -25,7 +25,7 @@
}
]
},
"Package": "https://github.com/unity-sds/unity-cs-infra",
"Package": "https://github.com/unity-sds/unity-cs-infra@11d69388097633975e622b6362b0b37ffd8ccf48",
"Backend": "terraform",
"WorkDirectory": "terraform-project-api-gateway_module",
"DefaultDeployment": {}
Expand Down
32 changes: 32 additions & 0 deletions applications/unity-apigateway/0.3/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"DisplayName": "Unity API Gateway",
"Name": "unity-apigateway",
"Version": "0.3",
"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",
"DefaultDeployment": {}
}
2 changes: 1 addition & 1 deletion applications/unity-proxy/0.8/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"Category": "system",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-proxy",
"Package": "https://github.com/unity-sds/unity-proxy@83ec53a5310752c9ddd4255da156a88c36180e51",
"Backend": "terraform",
"ManagedDependencies": {},
"DefaultDeployment": {},
Expand Down
20 changes: 20 additions & 0 deletions applications/unity-proxy/0.9/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"DisplayName": "Unity Proxy",
"Name": "unity-proxy",
"Version": "0.9",
"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"
}

0 comments on commit e57e775

Please sign in to comment.