From 752b4f3573d8155a3aaef255814088017fa166f6 Mon Sep 17 00:00:00 2001 From: Robert Title Date: Fri, 15 Dec 2023 10:16:35 -0500 Subject: [PATCH] Add Aster managed app offer to conf (#1303) --- src/main/resources/sam.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/sam.conf b/src/main/resources/sam.conf index b9ca6b733..51e34f179 100644 --- a/src/main/resources/sam.conf +++ b/src/main/resources/sam.conf @@ -205,6 +205,11 @@ azureServices { publisher = "thebroadinstituteinc1615909626976" authorizedUserKey = authorizedTerraUser } + { + name = "terra-aster-prod" + publisher = "thebroadinstituteinc1615909626976" + authorizedUserKey = "authorizedTerraUser" + } ] }