(@aws-cdk/core): Error: secret id "${Token[Fn::Join.84]}" is not an ARN but contains ":" #16166
Labels
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p1
Reproduction Steps
What did you expect to happen?
I would expect name to not cause error.
What actually happened?
Name without ":" errors:
.../node_modules/@aws-cdk/core/lib/secret-value.ts:19
throw new Error('secret id "${secretId}" is not an ARN but contains ":"');
Environment
Other
I tried using PhysicalName.GENERATE_IF_NEEDED and got this error:
.../node_modules/@aws-cdk/core/lib/private/physical-name-generator.ts:91
throw new Error('Invalid physical name passed to CloudFormation. Use "this.physicalName" instead');
Issue: #16167
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: