I wanted to know the best practices when passing s...
# dev-metaflow
h
I wanted to know the best practices when passing sensitive auth related information to CF templates. CF has an Authentication module. I was curious how we can use this in conjunction with
Parameters
of CF template. I was reading a random example (Attached YAML file) on the internet where a CF Template sets up an API gateway. In this CF template there are
Parameters
named
DeployUserAccessKey
and
DeployUserSecretKey
that are passed to
AWS::CloudFormation::Authentication
for setting
DeployUserAuth
Is this good practice ? Any thoughts on this@purple-engineer-56290