aws-cloudformation / aws-cloudformation/custom-resource-helper

Add support for noecho

Open
#19 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
382
Forks
61
PR merge metrics
No merged PRs in 30d

Description

If the custom resource returns sensitive information it should be hidden.

This can be done by adding NoEcho = true to the response (see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/crpg-ref-responses.html)

Contributor guide

Open the contributing guide

Research direction

No file or test is named. Start by reading the linked CloudFormation custom-resource response documentation and locating where the helper builds its response; done means the response includes NoEcho=true so sensitive returned information is hidden.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cloud
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.