Skip to content

Commit 6bbac37

Browse files
authored
[DCJ-357] Add TDR managed offers to sam.conf (#1436)
This will enable TDR to call Sam's createManagedResourceGroup endpoint when creating new billing profiles. Right now, TDR performs its own access checks on the TDR MRG. All of this is a prerequisite for TDR to use Sam's createActionManagedIdentity endpoint to mint new UAMIs for TDR MRGs.
1 parent 91a4a66 commit 6bbac37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/resources/sam.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,16 @@ azureServices {
208208
publisher = "thebroadinstituteinc1615909626976"
209209
authorizedUserKey = "authorizedTerraUser"
210210
}
211+
{
212+
name = "tdr-dev"
213+
publisher = "thebroadinstituteinc1615909626976"
214+
authorizedUserKey = "authorizedTDRUser"
215+
}
216+
{
217+
name = "tdr-prod"
218+
publisher = "thebroadinstituteinc1615909626976"
219+
authorizedUserKey = "authorizedTDRUser"
220+
}
211221
]
212222
}
213223

0 commit comments

Comments
 (0)