Bert Blommers
a7f3b367b4
Introduce mock_aws() ( #7194 )
2024-01-27 19:38:09 +00:00
tungol
55c589072f
Admin: sorting imports with ruff ( #7075 )
2023-11-30 14:55:51 -01:00
Bert Blommers
d6377ff905
Techdebt: Improve some type annotations ( #7072 )
2023-11-28 21:01:56 -01:00
Justin Hanselman
807dca6e50
SSM: fix overwrite preserving non-indicated values ( #7066 )
2023-11-27 18:13:58 -01:00
Bert Blommers
264723d981
Techdebt: Do not load EC2 images unless necessary, to speed things up ( #6761 )
2023-09-03 14:59:09 +00:00
kbalk
0520df02c1
Techdebt: Replace sure with regular assertions in SSM ( #6645 )
2023-08-13 20:42:50 +00:00
github-actions[bot]
d3816d82da
chore: update SSM Instance AMI's ( #6581 )
2023-08-01 21:38:21 +00:00
Viren Nadkarni
89f2a3c538
SSM: Fix bad state caused by invalid PutParameter request ( #6484 )
2023-07-07 14:13:57 +00:00
github-actions[bot]
bc67c9410d
chore: update SSM Instance AMI's ( #6471 )
2023-07-04 09:33:26 +00:00
Cristopher Pinzón
8ba1a61424
SSM: add support for maintenance window tasks ( #6430 )
2023-06-28 21:30:11 +00:00
rafcio19
7e2cd92320
SSM: missing type from param update response ( #6436 )
2023-06-23 20:46:07 +00:00
Cristopher Pinzón
9a247d5943
SSM: add support for maintenance window targets ( #6429 )
2023-06-23 10:22:35 +00:00
Mike Grima
883d01dd76
Merge pull request #6432 from rafcio19/fix/ssm_param_update
...
SSM: broken ssm param update, updated error message
2023-06-22 18:04:55 -04:00
raf
e9d4816442
fix: broken ssm param update, updated error message
2023-06-22 11:57:12 +01:00
Cristopher Pinzón
c942883183
SSM: add patch baseline operations ( #6426 )
2023-06-21 11:37:09 +00:00
Bert Blommers
1a8060c70f
SSM: Support tags for Maintenance Windows ( #6350 )
2023-05-31 22:31:56 +00:00
Bert Blommers
a32b721c79
Techdebt: MyPy SSM ( #6250 )
2023-04-24 10:26:25 +00:00
Bert Blommers
28f3f84644
SSM: Allow filtering by existence of tag-name ( #6238 )
2023-04-20 21:12:43 +00:00
Bert Blommers
f6ead48401
SSM: Include default parameters at /aws/service/ecs/optimized-ami ( #6008 )
2023-03-04 11:36:00 -01:00
Bert Blommers
c4f99f3102
Techdebt: SSM: Specific param may not exist on the first page ( #5995 )
2023-02-27 22:06:19 -01:00
Bert Blommers
651722689f
Admin: Improve automatic resource updates ( #5988 )
2023-02-26 18:44:04 -01:00
Matthew Davis
5d2f2bca8c
SSM param type validation ( #5835 )
2023-01-12 11:06:40 -01:00
Bert Blommers
6654f6ee9a
SSM: Improve tag filtering ( #5752 )
2022-12-10 21:36:09 -01:00
Bert Blommers
b4f0fb7137
Prepare release 4.0.11 ( #5724 )
2022-11-30 20:09:37 -01:00
Bert Blommers
1a8ddc0f2b
Techdebt: Replace string-format with f-strings (for tests dirs) ( #5678 )
2022-11-17 21:41:08 -01:00
Bert Blommers
b176feb540
SSM: now returns DeliveryTimedOutCount-attr ( #5502 )
2022-09-28 21:03:14 +00:00
Bert Blommers
0dfb61fbcf
SSM - bootstrap /aws/service/ami-amazon-linux-latest parameters ( #5427 )
2022-08-28 22:30:11 +00:00
Bert Blommers
3d913f8f15
MultiAccount support ( #5192 )
2022-08-13 09:49:43 +00:00
Bert Blommers
749b543b7c
SSM - Integrate with SecretsManager ( #5117 )
2022-05-10 22:32:49 +00:00
Bert Blommers
eed32a5f72
Pylint - Enable more rules on source and tests-directory ( #4929 )
2022-03-11 20:28:45 -01:00
Bert Blommers
29d01c35bc
Update Black + formatting ( #4926 )
2022-03-10 13:39:59 -01:00
Bert Blommers
155f9f20eb
SSM - load global parameters ( #3953 )
2022-02-12 12:59:15 -01:00
Bert Blommers
db0738025a
SSM - Maintenance Windows ( #4549 )
2021-11-09 21:28:24 -01:00
Dominik Schubert
78709ce22c
feat(SSM): add support for Label filter in get_parameters_by_path ( #4542 )
2021-11-08 21:58:11 -01:00
Bert Blommers
14a69c7524
Techdebt: Enable pylint rules ( #4432 )
2021-10-18 19:44:29 +00:00
Jim King
33e60a2d16
[issue-4360] Fix InvalidResource Id,Type responses for ssm tagging methods ( #4361 )
2021-09-30 11:47:11 +00:00
Jim King
f50cf51de7
[issue-4283] ssm put_parameter with tags and overwrite should error ( #4362 )
2021-09-30 10:58:04 +00:00
Gonzalo Saad
e6c6ce5942
refactor(ssm): Refactor document permisisons and conditions ( #4243 )
2021-09-08 06:56:20 +01:00
Julian
58da62cc71
enhancement(SSM): Add DataType attribute to SSM Parameters ( #4232 )
2021-08-29 17:28:51 +01:00
Bert Blommers
020257904e
Tech Debt - improve test coverage ( #4229 )
2021-08-27 11:28:10 +01:00
Gonzalo Saad
29b0122fac
feat(ssm): Add ssm documents permissions ( #4217 )
...
* refactor(ssm): Add Documents class to avoid dictionary handling
This also solves the datetime format issue in TestAccAWSCloudWatchEventTarget_ssmDocument
2021-08-25 15:16:14 +01:00
Bert Blommers
76094f012b
Remove pkg_resources module ( #4142 )
2021-08-05 17:59:25 +01:00
Bert Blommers
5e4bccc22d
Use centralized ACCOUNT_ID ( #4029 )
2021-06-23 18:03:11 +01:00
Kyle Decot
8d4007f2b6
Escape Hyphen in Regular Expression ( #4006 )
...
* Escape Hyphen in Regular Expression
* Add Test
* Fix Linting Errors
* Use Pytest Parameterize Marker
* Fix Black Formatting Errors
* Interpolate / Use Raw String
* fixes string formatting
Co-authored-by: Correna Sprowls <correna.sprowls@joinroot.com>
2021-06-11 21:54:43 +01:00
Austin Hendrix
5602c4e73e
SSM Parameter Store improvements in GetParameterHistory & GetParameters ( #3984 )
...
* Including labels and versions in SSM Get Parameters
* implementing NextToken and MaxResults into the SSM Get Parameter History functionality
* Implementing unit tests and some lint refactoring for NextToken implementation in get_parameter_history
2021-06-04 11:12:35 +01:00
Austin Hendrix
b670962c5e
SSM Parameter Store Error Message When Requesting Invalid Version ( #3977 )
...
* Implement correct error when requesting specific version of a parameter which exists but does not have this version
* removing trailing whitespace causing lint failure
* Adding unit tests and fixing linting for new error handling
* Fixing small bug in response message
* Revert change in get_parameters as versioning is not currently implemented in this method. Will fix as a separate PR
2021-06-02 16:27:23 +01:00
Brian Pandola
7947b1e001
Enforce SSM Parameter Version Limit ( #3967 )
...
Behavior verified against a real AWS backend.
2021-05-28 08:32:39 +01:00
usmangani1
58fd4aeaae
Fix tags for resource in ListTagsForResource ( #3931 )
...
* Fix tags for resource in ListTagsForResource
* Fix review comments
* Fix tests
2021-05-14 20:05:40 +01:00
Tom Noble
a001c59f7e
Modify SSM put_parameter()
to raise ValidationException if value is empty string ( #3806 )
...
* Modify put_parameter() to raise ValidationError when value is empty string
* Simplify empty string check
Co-authored-by: Tom Noble <tom.noble@bjss.com>
2021-03-28 14:45:57 +01:00
Joakim Saario
457402fbe2
Support SSM Parameter tags ( #3739 )
2021-03-02 09:00:26 +00:00