Skip to content

Commit

Permalink
fix: living docs links (#464)
Browse files Browse the repository at this point in the history
* fix: living docs links
  • Loading branch information
aperov9 committed Mar 13, 2024
1 parent 139c88a commit 2e21378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cdk/src/functions/living-docs-dashboard-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function generateFinalDashboardMessage(dnsDelegationText: string, dnsDoma
### SSO Setup
- Check your e-mail inbox for \'Invitation to join AWS Single Sign-On\' and follow the setups to accept the invitation. After finishing, log in into AWS via the AWS SSO portal.
- [Configure AWS SSO with identity providers](https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-your-identity-source-idp.html), e.g. [Azure AD](https://controltower.aws-management.tools/aa/sso/azure_ad/), [Google Workspace](https://controltower.aws-management.tools/aa/sso/google/), [Okta](https://controltower.aws-management.tools/aa/sso/okta/), [OneLogin](https://controltower.aws-management.tools/aa/sso/onelogin/), to login to AWS with your existing login mechanisms.
- [Configure AWS SSO with identity providers](https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-your-identity-source-idp.html), e.g. [Azure AD](https://docs.aws.amazon.com/singlesignon/latest/userguide/gs-ad.html), [Google Workspace](https://docs.aws.amazon.com/singlesignon/latest/userguide/gs-gwp.html), [Okta](https://docs.aws.amazon.com/singlesignon/latest/userguide/gs-okta.html), [OneLogin](https://docs.aws.amazon.com/singlesignon/latest/userguide/onelogin-idp.html), [CyberArk](https://docs.aws.amazon.com/singlesignon/latest/userguide/cyberark-idp.html), login to AWS with your existing login mechanisms.
 
### Organizations Setup
Expand All @@ -133,7 +133,6 @@ export function generateFinalDashboardMessage(dnsDelegationText: string, dnsDoma
- [superwerker on GitHub](https://github.com/superwerker/superwerker)
- [Architecture Decision Records](https://github.com/superwerker/superwerker/tree/main/docs/adrs)
- [#superwerker](https://og-aws.slack.com/archives/C01CQ34TC93) Slack channel in [og-aws](http://slackhatesthe.cloud)
- [Mailing list](https://groups.google.com/forum/#!forum/superwerker/join)
 
Expand Down
3 changes: 2 additions & 1 deletion scripts/ct+sso.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
curl -s https://api.regional-table.region-services.aws.a2z.com/index.json | grep -Eo "(controltower|sso):[a-z0-9-]+" | cut -d : -f 2 | sort | uniq -c | grep -E " 2 (.*)" | cut -c 5-
# get list of regions that have both controltower and identity-center activated
curl -s https://api.regional-table.region-services.aws.a2z.com/index.json | grep -Eo "(controltower|identity-center):[a-z0-9-]+" | cut -d : -f 2 | sort | uniq -c | grep -E " 2 (.*)" | cut -c 5-

0 comments on commit 2e21378

Please sign in to comment.