-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
bugThis issue is a bug.This issue is a bug.package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLIresponse-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Description
What is the problem?
When executing synth a call to cli.cdk.dev-tools.aws.dev is still being executed even though --no-notices was specified.
This causes builds in locked down environments to be super slow
Reproduction Steps
CDK_HOME=$(mktemp -d) NODE_DEBUG=http npx cdk synth --no-notices
What did you expect to happen?
log does not print
HTTP 65935: createConnection cli.cdk.dev-tools.aws.dev:443:::::::::::::::::::::
so no connection was established
What actually happened?
log does print
HTTP 65935: createConnection cli.cdk.dev-tools.aws.dev:443:::::::::::::::::::::
CDK CLI Version
2.15.0 (build 151055e)
Framework Version
No response
Node.js Version
2.15.0 (build 151055e)
OS
macos
Language
Typescript
Language Version
2.15.0 (build 151055e)
Other information
related to #19201
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLIresponse-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.