File tree Expand file tree Collapse file tree
alarm-slack-notifications Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { ascii } from "./operators.mjs";
1616export function ssoDeepLink ( accountId , url ) {
1717 const deepLinkRoleName = "AdministratorAccess" ;
1818 const urlEncodedUrl = encodeURIComponent ( url ) ;
19- return `https://d-906713e952.awsapps.com/start /#/console?account_id=${ accountId } &role_name=${ deepLinkRoleName } &destination=${ urlEncodedUrl } ` ;
19+ return `https://aws.prx.tech /#/console?account_id=${ accountId } &role_name=${ deepLinkRoleName } &destination=${ urlEncodedUrl } ` ;
2020}
2121
2222/**
Original file line number Diff line number Diff line change 88export function ssoDeepLink ( accountId , url ) {
99 const deepLinkRoleName = "AdministratorAccess" ;
1010 const urlEncodedUrl = encodeURIComponent ( url ) ;
11- return `https://d-906713e952.awsapps.com/start /#/console?account_id=${ accountId } &role_name=${ deepLinkRoleName } &destination=${ urlEncodedUrl } ` ;
11+ return `https://aws.prx.tech /#/console?account_id=${ accountId } &role_name=${ deepLinkRoleName } &destination=${ urlEncodedUrl } ` ;
1212}
1313
1414/**
Original file line number Diff line number Diff line change 88export function ssoDeepLink ( accountId , url ) {
99 const deepLinkRoleName = "AdministratorAccess" ;
1010 const urlEncodedUrl = encodeURIComponent ( url ) ;
11- return `https://d-906713e952.awsapps.com/start /#/console?account_id=${ accountId } &role_name=${ deepLinkRoleName } &destination=${ urlEncodedUrl } ` ;
11+ return `https://aws.prx.tech /#/console?account_id=${ accountId } &role_name=${ deepLinkRoleName } &destination=${ urlEncodedUrl } ` ;
1212}
1313
1414/**
You can’t perform that action at this time.
0 commit comments