FINRAOS / herd-mdl

Herd-MDL, a turnkey managed data lake in the cloud. See https://finraos.github.io/herd-mdl/ for more information.
Apache License 2.0
16 stars 14 forks source link

Use SecureString in CFT #46

Closed nateiam closed 6 years ago

nateiam commented 6 years ago

As a Herd-MDL developer I want to use SecureString in CFT instead of using SSM from scripts

Currently all of our secrets have to be handled in scripts by using SSM services. Now we can create and retrieve secrets from directly from CFT. This simplifies the code significantly.

Acceptance Criteria

nateiam commented 6 years ago

Determined not to go forward with this - use of SecureString directly from CFT was not supported by the AWS services where we use SecureString. We could do this later...