1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/requests/iam
2012-02-27 15:22:24 -08:00
..
add_user_to_group.rb Additional mocks 2012-02-06 17:55:44 -08:00
create_access_key.rb rework these to use #tap instead. Cleaner IMNSHO 2012-02-06 17:54:06 -08:00
create_account_alias.rb [AWS IAM] Added Alias related functionality to IAM. Also added get_group_policy. 2011-07-12 11:58:37 -04:00
create_group.rb strip ARNs - AWS is sensitive to leading and trailing whitespace/cr/lf. 2012-02-28 08:15:25 +11:00
create_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
create_user.rb strip ARNs - AWS is sensitive to leading and trailing whitespace/cr/lf. 2012-02-28 08:15:25 +11:00
delete_access_key.rb Additional mocks 2012-02-06 17:55:44 -08:00
delete_account_alias.rb [AWS IAM] Added Alias related functionality to IAM. Also added get_group_policy. 2011-07-12 11:58:37 -04:00
delete_group.rb Additional mocks 2012-02-06 17:55:44 -08:00
delete_group_policy.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
delete_server_certificate.rb list_server_certificates and delete_server_certificates. 2011-07-06 14:34:43 -07:00
delete_signing_certificate.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
delete_user.rb Additional mocks 2012-02-06 17:55:44 -08:00
delete_user_policy.rb rework these to use #tap instead. Cleaner IMNSHO 2012-02-06 17:54:06 -08:00
get_group.rb Added url reference for update_user parser. Added get_group to IAM. Note: The excon response is not properly adding the Arn to the Users because both the group and user have an element named 'arn'. I'm not sure how to handle this. 2011-02-24 02:53:28 +08:00
get_group_policy.rb [AWS IAM] Added Alias related functionality to IAM. Also added get_group_policy. 2011-07-12 11:58:37 -04:00
get_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
get_server_certificate.rb [aws|iam] slight cleanup and test with a certificate chain. 🍰 2011-10-03 15:21:59 -07:00
get_user.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
get_user_policy.rb [aws|iam] Added GetUserPolicy to IAM 2011-03-01 02:54:32 +08:00
list_access_keys.rb missing raise 2012-02-17 16:05:38 -08:00
list_account_aliases.rb [AWS IAM] Added missing request file for list account aliases 2011-07-12 13:52:19 -04:00
list_group_policies.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_groups.rb strip ARNs - AWS is sensitive to leading and trailing whitespace/cr/lf. 2012-02-28 08:15:25 +11:00
list_groups_for_user.rb strip ARNs - AWS is sensitive to leading and trailing whitespace/cr/lf. 2012-02-28 08:15:25 +11:00
list_server_certificates.rb [aws|iam] implement correct path behaviour in mocking. 2011-09-22 10:21:08 +01:00
list_signing_certificates.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
list_user_policies.rb Additional mocks 2012-02-06 17:55:44 -08:00
list_users.rb strip ARNs - AWS is sensitive to leading and trailing whitespace/cr/lf. 2012-02-28 08:15:25 +11:00
put_group_policy.rb [misc] to_json calls to use MultiJson 2011-07-20 11:08:11 -05:00
put_user_policy.rb rework these to use #tap instead. Cleaner IMNSHO 2012-02-06 17:54:06 -08:00
remove_user_from_group.rb Additional mocks 2012-02-06 17:55:44 -08:00
update_access_key.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00
update_group.rb [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
update_login_profile.rb [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
update_server_certificate.rb [aws|iam] add missing update_server_certificate request 2011-08-17 15:38:05 +01:00
update_signing_certificate.rb [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
update_user.rb Added Update User command to IAM 2011-02-24 02:53:27 +08:00
upload_server_certificate.rb [aws|iam] Mock upload_server_certificate errors if private key is not RSA. 2012-02-15 14:12:29 -04:00
upload_signing_certificate.rb implicitly add not_implemented mocks 2011-02-09 16:31:57 -08:00