https://github.com/bwplotka/aws-role-assumer-go
AWS Go SDK Client supporting role assumption access model.
https://github.com/bwplotka/aws-role-assumer-go
Last synced: 10 months ago
JSON representation
AWS Go SDK Client supporting role assumption access model.
- Host: GitHub
- URL: https://github.com/bwplotka/aws-role-assumer-go
- Owner: bwplotka
- License: apache-2.0
- Created: 2017-03-13T11:20:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T23:20:36.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T23:16:18.349Z (12 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Role Assumer for Go
Some AWS users prefer bit different access management based on AssumeRole API method:
http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
This little example shows proper flow that implements the role assumption access model.
Dependency:
- `github.com/aws/aws-sdk-go`