Cleanse output of cdk doctor
from known/probable credentials
#1795
Labels
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
ops-excellence
Operational Excellence
p1
package/tools
Related to AWS CDK Tools or CLI
The output of
cdk doctor
will list all environment variables with a name starting withAWS_
as those might influence the workings of the application.We need to redact the values for the environment variables known to be used for credentials, as well as probably any environment variable name that looks passwords-y (contains "password", or "pass", or "passwd", for example).
The text was updated successfully, but these errors were encountered: