summaryrefslogtreecommitdiff
path: root/boto/iam/connection.py
Commit message (Expand)AuthorAgeFilesLines
* 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-271-13/+13
* 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
* Support for multiple credential profiles.Zachary Musgrave2014-01-091-3/+4
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-2/+1
* 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-041-1/+4
* 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-191-2/+3
|\
| * Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-051-2/+3
* | 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-111-0/+15
* 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-301-0/+952