1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

13 commits

Author SHA1 Message Date
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Jacob Burkhart & Shai Rosenfeld
625f0910ee AWS IAM userless key management
implement mocks for create_acces_key, list_access_keys,
update_access_keys

support fog.access_keys without specifying user as amazon does:
http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html
2013-10-16 15:52:31 -07:00
Rad Gruchalski
5382155131 [AWS|IAM] Added AWS IAM iam.roles support. 2013-06-04 11:22:02 +02:00
Pierre Carrier
d7a66cf6fe [aws|iam] user: add created_at attribute 2013-04-25 22:37:14 +02:00
Paul Thornthwaite
a550c54407 [aws|iam] Updates reference to service 2013-01-07 20:53:26 +00:00
VirtualStaticVoid
e7fae46361 revised create logic to default path to '/' 2012-11-29 18:37:36 +02:00
VirtualStaticVoid
d4aa72ae59 fixes issue#1313 ~ Creating user via Aws.iam.users ignores :path 2012-11-29 09:54:47 +02:00
Edward Muller
e2820d2c03 each based pagination for Fog::AWS::IAM#users 2012-07-23 13:47:25 -07:00
Benton Roberts
2e0a109da5 [aws|iam] Fix Users model to comply with updated request parameter set 2012-06-13 10:18:02 -04:00
Rodrigo Estebanez
3a175f177f Fix get_user_policy. The actual AWS data has to be in a ['Policy'] hash section 2012-06-07 14:40:34 +02:00
Rodrigo Estebanez
d258e36c98 Refactor aim modeling for nested models (policies and access keys) 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
c14fea60fe IAM access_key model implemented 2012-06-05 17:57:02 +02:00
Rodrigo Estebanez
cd1ee8de3f aim users model and nested model policy 2012-06-05 17:57:02 +02:00