acsbendi
1b8179992e
GetUser returns the IAM user who owns the access key in the request.
2019-07-13 15:58:34 +02:00
acsbendi
e64d1c1790
Merged upstream master
2019-07-08 13:40:19 +02:00
Steve Pulec
d7af2870f8
Merge pull request #2243 from hjarrell/master
...
Add CreateDate to iam list_groups_for_user.
2019-07-07 23:02:29 -05:00
wndhydrnt
67326ace4f
Raise exception if a role policy is not found
2019-07-07 21:46:26 +02:00
Steve Pulec
3bafc89b40
Merge pull request #2268 from acsbendi/policy-version-fixes
...
IAM policy version fixes
2019-07-06 15:52:10 -05:00
Bendegúz Ács
5594195e28
Merge branch 'master' into create-access-key-fix
2019-07-05 17:11:55 +02:00
acsbendi
48f0c6f194
Fixed format of access key ID and secret access key.
2019-07-04 20:20:08 +02:00
acsbendi
9382c40c37
Return CreateDate in CreateAccessKey response.
2019-07-04 20:13:38 +02:00
acsbendi
fbd0749854
Implemented authentication for services except for S3.
2019-07-02 17:40:08 +02:00
Steve Pulec
172e089854
Merge branch 'master' into policy-version-fixes
2019-07-01 20:58:38 -05:00
acsbendi
e9dfa890f4
Fixed linting errors.
2019-07-01 19:07:22 +02:00
Bendegúz Ács
ca9c1a366e
Merge branch 'master' into policy-validation
2019-07-01 19:02:49 +02:00
acsbendi
37bdc12f4d
Fixed linting errors.
2019-07-01 18:58:31 +02:00
acsbendi
ed2682582f
Policy validation precedes finding policy for create_policy_version.
2019-07-01 18:54:32 +02:00
acsbendi
c46857e3d3
Fixed errors for valid policy documents.
2019-07-01 18:22:31 +02:00
acsbendi
fef22879c5
Implemented legacy validation (parsing).
2019-07-01 17:31:12 +02:00
acsbendi
81098e3453
Implemented every validation point except for legacy parsing.
2019-06-30 20:34:01 +02:00
acsbendi
e133344846
Implemented validating action prefixes.
2019-06-30 18:48:27 +02:00
acsbendi
50745fc5c0
Fixed resource exist validation and implemented actions exist validation.
2019-06-30 18:00:16 +02:00
acsbendi
4748c6b073
Enabled validating policies for all operations similar to CreatePolicy.
2019-06-30 17:35:26 +02:00
acsbendi
ef20b47f97
Implemented checking policy documents for syntax errors.
2019-06-30 17:09:55 +02:00
acsbendi
c799b1a122
Fixed being able to create more than 5 policy versions.
2019-06-29 19:01:43 +02:00
acsbendi
6f5948af33
Fixed is_default is not reset on old default version.
2019-06-29 18:55:19 +02:00
acsbendi
ed01ceddc8
Fixed IsDefaultVersion value returned with an uppercase first letter.
2019-06-29 18:29:18 +02:00
Hunter Jarrell
bb44af2ccf
Add CreateDate to iam list_groups_for_user.
...
Add the CreateDate field to the list_groups_for_user to match the
correct AWS response. Fixes #2242
2019-06-14 15:50:37 -04:00
Bendegúz Ács
ab8a189bbf
Fixed policy version's Document type for AWS managed policies ( #2234 )
...
* Added checking Document's type in AWS managed policy version response.
* Fixed policy version's Document type for AWS managed policies.
2019-06-10 20:00:37 +01:00
Bendegúz Ács
97ab7fd307
Fixes for get_policy and get_policy_version with AWS managed policies ( #2231 )
...
* Created test for get_policy with AWS managed policy.
* Created failing test for get_policy_version with AWS managed policy.
* Updated AWS managed policies.
* Fixed failing tests.
* Fixed trying to compare datetime with string in test case.
* Fixed CreateDate of AWS managed policies overwritten by their version's CreateDate.
* Fixed and improved tests for managed AWS policies.
* Added test for AWS managed policy with v4 default version.
* Fixed not correctly returning dates for AWS managed policies.
2019-06-06 13:36:39 +01:00
Pall Valmundsson
d25a7ff936
Uniform IAM datetime ISO 8601 handling ( #2169 )
...
`str(datetime.utcnow())` returns a timestamp that's not of the same
format as the AWS SDK uses, in short it's missing the `T` between the
date and the time.
This causes issues for e.g. Terraform and probably other AWS Go SDK
users. There seems to be some differences between endpoints whether they
return milliseconds or not, the AWS API docs were reviewed and the
decision whether to return timestamps with milliseconds or not based on
the example response documented.
As the timstamps are generated for uniqueness rather than being
hardcoded and then directly cast to a UTC (Z) formed timestamp pytz was
removed as timezone correctness is probably not important.
2019-06-02 19:18:50 +01:00
Travis Truman
b8ba7980a0
Adding support for specifying a PermissionsBoundary ARN in calls to i… ( #2182 )
...
* Adding support for specifying a PermissionsBoundary ARN in calls to iam.create_role
Closes #2181
* Correcting whitespace error
* Adding support for Role PermissionsBoundary to be returned from
calls to list_roles
* Raise ClientError when a bad permissions boundary ARN is supplied
2019-05-21 17:44:05 +01:00
Mike Grima
5d955985b9
Merge pull request #2106 from andytumelty/iam-update-user
...
Add support for iam update_user
2019-04-17 11:13:14 -07:00
Santosh Ananthakrishnan
4f1a1a9d1e
[iam] create_policy_version: Fix version id calculation
...
When creating a new IAM policy version with create_policy_version,
we cannot use the length of the versions list to calculate VersionId.
Keep track of the next version id to use as a non-decreasing counter.
Fixes #2157
2019-04-16 20:15:57 +00:00
Jessie Nadler
497965fadc
Return InstanceProfile arn instead of NotImplementedError for get_cfn_attribute
2019-03-26 14:36:31 -04:00
Andy Tumelty
d53626ad9a
Add support for iam update_user
...
This covers both the NewPath and NewUserName parameters for update_user, but
without regex validation for these values.
2019-03-12 17:23:32 +00:00
William Rubel
a5208222b4
Fixing list entities for policy
2019-02-18 21:29:09 -06:00
William Rubel
59deb4d6c0
Fixing list entities for policy
2019-02-18 21:25:29 -06:00
William Rubel
e9d8021c86
Fixing list entities for policy
2019-02-18 21:20:29 -06:00
William Rubel
ce7b5ebf54
Fix policy date
2019-02-17 21:37:33 -06:00
William Rubel
63b692356d
Fix policy date
2019-02-17 16:49:54 -06:00
William Rubel
9e9e37eb62
Add test for roles
2019-02-17 15:35:49 -06:00
William Rubel
31258e9e9e
Add test for roles
2019-02-17 15:23:59 -06:00
William Rubel
37cb5ab4e6
Add test for roles
2019-02-17 14:36:53 -06:00
William Rubel
921a993330
cleaning up files
2019-02-17 14:30:43 -06:00
Mike Grima
94672799cf
Fixed a bug in get_account_authorization_details for attached managed policies.
...
Fixed a bug in the XML template for `get_account_authorization_details` where attached managed policies
were empty strings.
2019-02-07 17:32:31 -08:00
Mike Grima
dfceab9bf0
Some fixes to get_account_authorization_details
2019-02-04 13:44:01 -08:00
Mike Grima
1a36c0c377
IAM Role Tagging support
2019-01-31 17:37:26 -08:00
Steve Pulec
9f3ae31a53
Fix bad merge.
2018-12-29 06:33:55 -05:00
Steve Pulec
25595815e5
Merge pull request #1972 from surfaslt/implement-get-access-key-last-used
...
Implement get_access_key_last_used
2018-12-28 21:08:13 -05:00
Steve Pulec
46bf7f0176
Merge branch 'master' into master
2018-12-28 20:57:47 -05:00
Steve Pulec
48b19e8655
Merge pull request #1951 from jmillxyz/add-default-path-iam
...
Add default path to Role & InstanceProfile
2018-12-28 20:42:55 -05:00
Steve Pulec
c8a35f0b02
Merge pull request #1920 from pall-valmundsson/iam_credential_report_boto3
...
Support IAM Credential Report in boto3
2018-12-28 20:04:59 -05:00