-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added two new policy templates for SSM Parameter Store. #625
Added two new policy templates for SSM Parameter Store. #625
Conversation
- Added parameters for the environment variables in Splunk Example apps. - Added parameter for the SQS Poller queue url in that example app.
- Per issue aws#603 - Added it to all_policy_template test as well.
- Updated examples/apps/sqs-poller to add the .com.cn domain into the regex. - Added GetParameter to the policy templates. I'm not sure what the difference between GetParameter and GetParameters is, but they both seem to be used for different calls.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RobRoseKnows really appreciate you submitting this PR! We've needed a policy template for retrieving SSM parameters for a little while now. Please merge in the latest changes from the develop branch and address my comments and we'll get this merged in. Thanks so much!
- Renamed DecodeSSMParameterPolicy to SSMParameterReadPolicy - Removed DecodeSSMParameterCusomKeyPolicy
Codecov Report
@@ Coverage Diff @@
## develop #625 +/- ##
===========================================
- Coverage 94.71% 94.22% -0.49%
===========================================
Files 67 67
Lines 2950 2685 -265
Branches 578 478 -100
===========================================
- Hits 2794 2530 -264
- Misses 78 80 +2
+ Partials 78 75 -3
Continue to review full report at Codecov.
|
Issue #: #603
Description of changes: Added two new policy templates:
DecodeSSMParameterPolicy
andDecodeSSMParameterCustomKeyPolicy
. Also added parameters for the SQS queue and Splunk environment variables in two of the example apps. Kinda forgot I did that. 😅By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.