Skip to content

Commit

Permalink
Merge pull request #37 from d3b-center/link_to_aws_account_notion_page
Browse files Browse the repository at this point in the history
🚸 Link to aws account notion page
  • Loading branch information
chris-s-friedman authored Feb 9, 2023
2 parents fba8347 + 7fb5716 commit 531216f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions d3b_cli_igor/utils/config/shortcuts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ github-d3bcenter:
github-kidsfirst:
name: "https://github.com/kids-first"
description: "KidsFirst Github Account"
aws-accounts:
name: "https://www.notion.so/d3b/AWS-Environments-ddc99e01cad746ff8ed03705e058a140"
description: "AWS Accounts Information Notion Page"
2 changes: 2 additions & 0 deletions d3b_cli_igor/utils/scripts/awslogin
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if [ ! -z $1 ]; then
saml-login -c $1 aws-assume-role
fi
else
echo "Information about each login can be found here:"
echo " igor shortcuts --name aws-accounts"
echo "Available logins:"
count=1
while IFS= read -r line; do
Expand Down

0 comments on commit 531216f

Please sign in to comment.