From 6d2752fa6c5410c635e9021fab85cdbe027ffa5f Mon Sep 17 00:00:00 2001 From: Dan Gardner <45269444+dan-processbolt@users.noreply.github.com> Date: Fri, 17 Apr 2020 18:30:55 -0500 Subject: [PATCH 1/2] Added Amazon ALB Added check for Amazon Application Load Balancer --- src/apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps.json b/src/apps.json index 4013f5954..65cabb43b 100644 --- a/src/apps.json +++ b/src/apps.json @@ -715,6 +715,17 @@ "implies": "Amazon Web Services", "website": "https://aws.amazon.com/elasticloadbalancing/" }, + "Amazon ALB": { + "cats": [ + 65 + ], + "cookies": { + "AWSALB": "" + }, + "icon": "aws-elb.png", + "implies": "Amazon Web Services", + "website": "https://aws.amazon.com/elasticloadbalancing/" + }, "Amazon S3": { "cats": [ 19 From d471aa87e3201c07196ca1676aafe798867eca20 Mon Sep 17 00:00:00 2001 From: Dan Gardner <45269444+dan-processbolt@users.noreply.github.com> Date: Fri, 17 Apr 2020 18:36:31 -0500 Subject: [PATCH 2/2] Added AWS ALB Added check for AWS application load balancer --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 65cabb43b..5c9ff6b85 100644 --- a/src/apps.json +++ b/src/apps.json @@ -720,7 +720,8 @@ 65 ], "cookies": { - "AWSALB": "" + "AWSALB": "", + "AWSALBCORS": "" }, "icon": "aws-elb.png", "implies": "Amazon Web Services",