GitXplorerGitXplorer
k

botofun

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c9c59b894d1178485b41e5c26f3225c9faed5d3c

just check length of returned token

kkouk committed 12 years ago
Unverified
bd0e652a944d6cb1bddf46397c30d301978dcd2d

typo in setup.py

kkouk committed 12 years ago
Unverified
253f4fc252769b649a5969ca7f46882bd953ec2c

add policy to README.md

kkouk committed 12 years ago
Unverified
2e31caf23bd7460c1a6abba83bdf1744ef0cb06c

updated README.md

kkouk committed 12 years ago
Unverified
fdde42095ffcdd7606a9ea7e1cc1dfedebcc63d1

forgot old module name

kkouk committed 12 years ago
Unverified
3637d489bf801dc17cb7436ec3a5b09c46ecf158

added .gitignore

kkouk committed 12 years ago

README

The README file for this repository.

Boto Fun

Just some code to test boto, using python setup.py test.

Don't forget to copy botofun/config.py.sample to botofun/config.py and edit accordingly:

Permissions

The IAM entity whose tokens are specified in config.py must have the following permissions

{
    "Version":"2012-10-17",
    "Statement":[
        {
            "Effect":"Allow",
            "Action":["sts:GetFederationToken"],
            "Resource":["arn:aws:sts::xxxxx:federated-user/testuser*"]
        }
    ]
}