vgribok / modernization-unicorn-store

AWS Sample Application for containerizing a .NET application
Apache License 2.0
1 stars 3 forks source link

Test newer releases of CDK for Secret bug fix (CDK bug # 4151) #22

Closed vgribok closed 4 years ago

vgribok commented 5 years ago

Story

As a Unicorn Store CDK lab participant I want the code working around CDK bug 4151 to be removed to avoid confusion and distraction So that I could see only best practice code and not irrelevant code

Details

.NET CDK appears to have a bug making Secret Manager secret definition logic unnecessarily complex. Please check after each CDK release (releases are quite frequent) to see whether CDK bug 4151 and remove the WrapSecretBug() method and refactor broken code.

Acceptance Criteria

Demo WrapSecretBug() method removed while CDK projects working properly.

vgribok commented 4 years ago