summaryrefslogtreecommitdiff
path: root/boto/iam
Commit message (Expand)AuthorAgeFilesLines
* Use generic connect functionJordonPhillips2017-02-101-4/+11
* Adding Description parameter to CreatePolicy and to GetPolicy testShaun Brady2015-08-071-1/+8
* Adding support for managed IAM policiesShaun Brady2015-05-241-0/+283
* iam: add support for Account Password Policy APIsLuca Bruno2014-11-121-0/+96
* Add the ability to IAM to create a virtual mfa deviceMike Tougeron2014-10-131-0/+21
* iam module: tidy up to meet PEP8 betterFelix Yan2014-08-272-14/+14
* Added new generate and get credential report API callsAlex Howard Whitaker2014-07-171-0/+25
* Merge pull request #2338 from nanorepublica/patch-1Daniel G. Taylor2014-07-091-1/+1
|\
| * Correct list_saml_providers to return all itemsAndrew Miller2014-06-191-1/+1
* | iam module: add backward-compatible support for Python 3.3+Felix Yan2014-07-031-2/+2
* | Fix erroneous param descriptionaltruism2014-06-121-1/+1
|/
* Fixed ``get_signin_url`` behavior.Daniel Lindsley2014-03-071-2/+24
* Fixed default IAM policy documents in cn-north-1.Daniel Lindsley2014-03-071-15/+58
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-12/+18
* Support for multiple credential profiles.Zachary Musgrave2014-01-091-3/+4
* Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-231-2/+1
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-2/+1
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+3
|/
* Add a comment about empty response bodies, change argument order in update_sa...Daniel G. Taylor2013-11-211-5/+7
* Add support for new STS and IAM calls related to SAMLDaniel G. Taylor2013-11-211-5/+118
* Fix typo in IAMConnection documentationAdam Thurlow2013-10-281-3/+3
* Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-042-1/+7
* Update boto/iam/connection.pyLuke Carmichael2013-01-281-1/+1
* Consolidate simplejson/json imports to a compat moduleJames Saryerwinnie2012-10-221-5/+1
* Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-192-5/+53
|\
| * Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-051-2/+3
| * WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-3/+50
* | Use simplejson when json module not availableDaniel Harris2012-09-181-1/+4
* | Fix a URL-encoding problem for sigv4 (only on query api's).Mitch Garnaat2012-09-121-3/+3
* | Re-name IAMConnection.get_all_server_certs to list_server_certs. Preserved ba...Greg Taylor2012-08-221-1/+5
|/
* Fixing a bug in query string handling and switching IAM and Autoscale to use ...Mitch Garnaat2012-06-251-1/+1
* Add documentation for IAM rolesJames Saryerwinnie2012-06-121-0/+186
* Adding support for IAM Roles. Closes #811.Mitch Garnaat2012-06-111-1/+120
* Add security_token parameter to more constructors. Fixes #792.Mitch Garnaat2012-06-041-198/+174
* Removing some work-in-progress code that snuck in on last commit.Mitch Garnaat2011-10-121-6/+2
* Fixed bug in get_account_alias. Closes #366.Mitch Garnaat2011-10-121-8/+11
* Add support for GetAccountSummary. Closes #364.Mitch Garnaat2011-10-112-0/+57
* Adding support for GetLoginProfile request to IAM. Removing commented lines ...Mitch Garnaat2011-07-011-0/+11
* IAM documentation: remove inaccurate 'new'Nick Tarleton2011-04-021-8/+8
* Fixed an issue with IAM responses no longer pythonizing the element names.garnaat2011-03-291-1/+2
* Changing URL references to use a Google shortened URL to aid in code formatti...Mitch Garnaat2011-02-201-5/+6
* Add support for account alias API calls.Lucas Hrabovsky2011-02-201-0/+53
* moving connection classes to connection.py files for consistency.garnaat2011-01-303-1071/+957
* corrected doc string for update_group (it doesn't look like it adds/removes)Ian Kallen2011-01-141-1/+1
* Lots of small changes to accomodate plug-in authentication mechanism. Still ...Mitch Garnaat2011-01-071-1/+3
* Fixed issue 38 on github.Mitch Garnaat2010-11-271-1/+1
* user_name param is required for get_all_mfa_devices method. Fixes issue 471.Mitch Garnaat2010-10-211-10/+4
* Adding support for server certificates. Largely untested at this point.Mitch Garnaat2010-10-141-0/+126
* Fixed a problem in the handling of ListAccessKeys response. Fixes issue 464.Mitch Garnaat2010-10-061-1/+2
* Removing debug setup in boto.iam module.Mitch Garnaat2010-10-051-2/+2