Skip to content

Commit

Permalink
Document web console sign-in
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Feb 4, 2020
1 parent 87413d3 commit c994bd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ dev = "arn:aws:iam::123456589012:role/Admin"
prod = "arn:aws:iam::123456589013:role/TestRole"
```

### Web Console Sign-In URLs
You can print the web console sign-in URL for the currently assumed profile.
Or you can make `awscredx` directly open the sign-in URL in your default web browser.
```bash
awscredx web-console-signin --service ecs --open-in-browser
```

### Role chaining
You can assume a role `k8s-admin` from a role `prod` that is in turn assumed from your main account credentials.
```toml
Expand Down

0 comments on commit c994bd5

Please sign in to comment.