Ber Zoidberg
1088c421d2
#2212 add support for delete on update_with_attribute_updates ( #2213 )
...
* add support for delete on update_with_attribute_updates
2019-05-22 10:47:02 +01:00
Justin Kieber-King
bbd7fefb37
Feature: Secrets Manager put_secret_value and list_secret_version_ids ( #2116 )
...
* initial work
- adding put_secret_value and list_secret_versions
* Added support for versions in all functions except rotate_secret
* more work
- refactor rotate_secret method
- now, adds a new version of the secret and points default version id to it
- updated implementation coverage readme
- element in list check to fix unit test
- fixed linting errors
- added tests, fixed exception, failing tests still
- secrets_manager/test_server fails when running whole suite,
but not when running that individual test file
* fixed failing test_get_secret_value
* Removed test.py. Fixed condition statement.
* fixed default stages + adding AWSPREVIOUS
* remove old AWSPREVIOUS stages
2019-05-22 10:45:22 +01:00
cm-iwata
8f4c273095
fix #2190 ( #2194 )
...
lambda list_versions_by_function return $LATEST version and published version
2019-05-21 17:49:56 +01:00
sergejs-katusenoks
6628567cbc
Fix base64 deprecated methods in kinesis.utils ( #2209 )
...
* Fix base64 deprecated methods
Using right encode and decode methods according to python version.
* moved imports on top
E402 module level import not at top of file
2019-05-21 17:47:35 +01:00
James Bungard
796dd71c0c
Platform independent KMS timestamp generation ( #2193 )
...
* Platform independent KMS timestamp generation
Fixes #2192
* Switch to moto.core.unix_time
Fixes #2192
2019-05-21 17:46:22 +01:00
cm-iwata
9bf8fd3417
fix #2011 ( #2012 )
...
add support for Scan method using LSI or GSI
2019-05-21 17:45:30 +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
Craig Anderson
33efe07b43
Hide CloudFormation pararamters with NoEcho. Fixes #2021 ( #2024 )
2019-05-21 00:05:02 +01:00
Alexey Firsov
f13e4e41cd
add implemented kinesis method describe_stream_summary ( #2023 )
2019-05-21 00:02:36 +01:00
Eliot Alter
e504226386
Fix a warning which was missing a space after the preiod. ( #2022 )
2019-05-21 00:01:06 +01:00
Jordan
1de9acb7ad
Add cognito-idp admin_update_user_attributes #2184 ( #2185 )
2019-05-20 23:58:10 +01:00
redspart
1fd71fd45a
Updated delete_cluster() for redshift ( #2186 )
...
* Updated the deprecated decorator to allow the "SkipFinalClusterSnapshot" option that aws supports.
* FIxed logical mistake on the delete_cluster
* Removed an unused exception I put in
2019-05-20 23:56:23 +01:00
Kyle Decot
8cb4db1896
Adds Support for filtering on schedulingStrategy in ECS#list_services ( #2180 )
2019-05-02 19:00:28 +01:00
Mike Grima
1cb208580d
Merge pull request #2027 from ralewis85/fix-request-id
...
Fix sending the Request ID in the response body
2019-04-30 09:34:23 -07:00
Mike Grima
f76b406c4b
Merge pull request #2174 from shiba24/dynamodb2_pay_per_request
...
Support create_table with PAY_PER_REQUEST billing mode of DynamoDB
2019-04-30 09:22:01 -07:00
shiba24
b822db8d8c
Support create_table with PAY_PER_REQUEST billing mode of DynamoDB
2019-04-30 22:36:25 +09:00
Terry Cain
4a286c4bc2
KMS generate_data_key ( #2071 )
...
* Added KMS.generate_data_key and KMS.generate_date_key_without_plaintext
Increase test coverage to cover Key not found
* Added test for kms.put_key_policy key not found
2019-04-26 20:52:24 +01:00
Mike Grima
603f7c58a2
Merge pull request #2166 from chriskilding/feature/secretsmanager-restoresecret
...
Feature: Secrets Manager restore-secret
2019-04-26 09:50:02 -07:00
Christopher Kilding
55fe629112
Feature: Secrets Manager restore-secret
2019-04-24 10:03:04 +01:00
Steve Pulec
036d6a8698
1.3.8
2019-04-22 19:23:45 -05:00
Steve Pulec
88e1f0fa23
Merge pull request #2015 from corrjo/master
...
#1514 Stackset Support
2019-04-22 19:04:47 -05:00
Mike Grima
2fec1be1a2
Merge pull request #2160 from copland/fix-role-arn-slash
...
Add test to verify create_role path defaults to /
2019-04-22 09:58:41 -07:00
Chris Opland
dd898add4d
Add test verifying create_role path defaults to /
2019-04-21 18:29:36 -05:00
Mike Grima
734a39b3e4
Merge pull request #2162 from cm-iwata/fix_dynamo_query
...
fix #2161 DyanmoDB query method using GSI with range key
2019-04-19 10:04:04 -07:00
Mike Grima
664dc53cce
Merge pull request #2145 from chriskilding/feature/secretsmanager-deletesecret
...
Feature: Secrets Manager delete-secret
2019-04-19 10:00:01 -07:00
Tomoya Iwata
431269bcd0
fix #2161
...
mock_dynamodb2 query fails when using GSI with range key if target table has record that have no range key attribute
2019-04-19 12:23:06 +09:00
Mike Grima
27b525123f
Merge pull request #2153 from TBurnip/master
...
A fix for tags not mimicking AWS
2019-04-18 12:28:31 -07:00
TBurnip
fcc83318fc
Merge branch 'master' of https://github.com/spulec/moto
2019-04-18 20:05:22 +01:00
Chris Kilding
8f21272e57
Use pytz instead of timezone
2019-04-18 17:27:13 +01:00
Chris Kilding
97d31e9aa5
Fix flake8
2019-04-18 16:53:27 +01:00
Chris Kilding
bd8aa341f2
Also throw exception if client tries to RotateSecret on a soft-deleted secret
2019-04-18 16:47:15 +01:00
Chris Kilding
749f4f63e6
Allow soft deletion of secrets
2019-04-18 15:44:48 +01:00
Chris K
fc8cf2d872
Feature: AWS Secrets Manager delete-secret
2019-04-18 10:30:18 +01:00
TBurnip
99a99b7181
Fixed it again i should of seen that as well soz.
2019-04-17 20:31:24 +01:00
Mike Grima
97408552a3
Merge pull request #2033 from r1b/feat/cognitoidp-add-update-identity-provider
...
[cognitoidp] feat: add update_identity_provider
2019-04-17 12:21:45 -07:00
TBurnip
e5bda52425
Updating to meet your requirements
2019-04-17 19:47:21 +01:00
Mike Grima
65525cb611
Merge pull request #2114 from cm-iwata/fix_lambda_publish_version
...
Fix lambda publish_version returns wrong status code
2019-04-17 11:14:03 -07: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
Mike Grima
51ef03b03b
Merge pull request #2133 from earlrob/add_keyid_to_kms_encrypt_and_decrypt
...
add KeyId value to kms.responses.encrypt and kms.responses.decrypt
2019-04-17 11:07:00 -07:00
Mike Grima
d8dbc6a49c
Merge pull request #2134 from ogckw/master
...
Fix #2129 EC2 tag should raise ClientError when resource is empty
2019-04-17 11:05:28 -07:00
Mike Grima
53f101774f
Merge pull request #2137 from devoto13/fix-missing-version-id
...
Fixed copy-object from unversioned bucket to versioned bucket
2019-04-17 11:04:15 -07:00
Mike Grima
c7dc09345a
Merge pull request #2143 from chriskilding/feature/secretsmanager-listsecrets
...
Feature: aws secretsmanager list-secrets
2019-04-17 11:03:19 -07:00
Mike Grima
7305630062
Merge pull request #2147 from olleolleolle/patch-1
...
README: Use SVG badges for readability
2019-04-17 10:57:13 -07:00
Mike Grima
41eb29cc6c
Merge pull request #2152 from danpalmer/patch-1
...
Security: CVE-2019-10906
2019-04-17 10:56:58 -07:00
Mike Grima
549f6d5d34
Merge pull request #2158 from santoshankr/master
...
[iam] create_policy_version: Fix version id calculation
2019-04-17 10:55:04 -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
TBurnip
c7b0905c23
A fix for tags not mimicking AWS
2019-04-15 12:40:04 +01:00
Dan Palmer
e28bcf20ea
Bump Jinja2 to >=2.10.1, addresses CVE-2019-10906
...
Given how moto is intended to be used, and how it uses Jinja2, [CVE-2019-10906](https://nvd.nist.gov/vuln/detail/CVE-2019-10906 ) is unlikely to affect many users, but we should use a secure version anyway just in case moto is being used in unforeseen ways.
2019-04-15 10:48:55 +01:00
Olle Jonsson
eff4cdfbee
README: Use SVG badges for readability
2019-04-07 13:34:26 +02:00
Chris K
7fcedcb783
Fix: Ensure the returned next_token is None (avoid client going round in a loop)
2019-04-05 15:59:38 +01:00