codemeup @ Work
7314cc3867
Fixing error exception handling for python3. Does not need to be compa… ( #3840 )
...
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.
* Fixing compile time errors IRT error exception handling for Python 3.5.
This does not need to be compatible with Python2.4 b/c Boto is Python 2.6 and above.
9 years ago
Kenny Woodson
5474da09bc
Unindenting the delete to user ( #3147 )
9 years ago
Kaz Cheng
f87f0ec277
Allow create_iam_role to return an additional value of role_result and ( #2418 )
...
instance_profile_result, in addition to the existing role list and change value
9 years ago
Dennis Conrad
c1787da7ff
Fix UnboundLocalError if 'access_key_ids' not supplied
...
'key_ids' is referenced before it is assigned, causing the module to fail with a UnboundLocalError instead of failing gracefully with a helpful error message. This very small patch moves the assignment of 'key_ids' to before the variable is referenced.
9 years ago
Jonathan Davila
8b13f2a693
Merge pull request #2278 from wimnat/feature/iam_doc_fix
...
IAM doc fix
9 years ago
Jonathan Davila
9c286f35be
Clarified IAM module doc
9 years ago
Toshio Kuratomi
1c4da434c7
Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
...
Use connect_to_aws where possible
9 years ago
Ben Visser
593e74cfc5
fixed grammatical issue in iam.py. exit -> exist.
9 years ago
Brian Coca
6d722608d6
Merge pull request #2413 from raben2/devel
...
Absent Function was not working on user with login profile
9 years ago
Rabenstein
7d665db5e5
Squash of 3 commits for bugfix.
...
Absent unction was not working on user with login profile
also fixed the exception handling
fixed the delete user function
now works with or without loginprofile (password)
typo
9 years ago
Will Thames
0dd58e9326
Use connect_to_aws where possible
...
`connect_to_aws` fixes a bug with security tokens in AWS.
Modules should use that rather than calling
`boto.x.connect_to_region`
9 years ago
Etherdaemon
08559670e5
Update try statement as pointed out by defionscode
9 years ago
Etherdaemon
2b2285eb67
fixes #12831 by updating the boto iam connection method to connect_to_region
9 years ago
whiter
cccef7b135
Remove access_key and secret_key as these are provided by aws doc fragment
...
Remove ec2 doc fragment as region is not required for IAM
9 years ago
Brian Coca
c4f64d822c
changed modules to use common ec2 docs for region
9 years ago
Toshio Kuratomi
636eecf354
Fix improper indentation
9 years ago
Rob
da29956f03
Add exception handling to iam
9 years ago
Brian Coca
1268a83eb7
Merge pull request #1782 from civisanalytics/iam_dont_delete_passwords_silently
...
iam: don't delete passwords by default
9 years ago
billwanjohi
99e3881a7c
iam: don't delete passwords by default
9 years ago
Jonathan Davila
def5fdcb21
no_log to iam password
10 years ago
Michael Weinrich
56d4f21c5f
Use aws connect calls that allow boto profile use
10 years ago
Benno Joy
3d8bf111b5
Merge pull request #1583 from civisanalytics/iam_accept_sts
...
iam: use modern helper to allow sts
10 years ago
Benno Joy
54bfdee1e0
Merge pull request #1494 from toninog/devel
...
fixes to iam group variables and delete group fixes
10 years ago
billwanjohi
33533eb156
iam: use modern helper to allow sts
...
previous implementation ignored the session token when present
10 years ago
Greg DeKoenigsberg
28a869a030
Updating cloud modules with proper github author information
10 years ago
toninog
fccc925ec5
fixes to code to enable updates of user to groups and delete groups. Fixed example yaml to use groups
10 years ago
toninog
9f3658d901
Fixed bug in example where updating a user to a group
...
Fixed bug in create_group and update_group whereby paramaters were not being set correctly.
10 years ago
Brian Coca
fc255fbd21
minor doc fixes
10 years ago
Jonathan Davila
801a5e8ed0
iam module with fixes
...
iam module. fix policy issue.
bugfix
allow for modifying path without declaring new_path
10 years ago