forked from sebsto/aws-create-console-access-temp-url
-
Notifications
You must be signed in to change notification settings - Fork 1
KarthikChandy/aws-create-console-access-temp-url
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
aws-create-console-access-temp-url ================================== Allows federated users to get access to AWS management console. Taken as is from : http://docs.aws.amazon.com/STS/latest/UsingSTS/STSMgmtConsole-manualURL.html#STSConsoleLink_programPython The role should have appropriate permissions and the following relationship trust policy: *The mfa condition is optional { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::<YOUR_ACCOUNT_ID>:root" }, "Action": "sts:AssumeRole", "Condition": { "Null": { "aws:MultiFactorAuthAge": false } } } ] }
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%