Closed danielpetroianu closed 5 years ago
${acceptance_DATABASE_USERNAME}
is not a set variable.
${DATABASE_USERNAME}
I'm not 100% sure on what the ways are to use a separate password per environment. However, I do know that if you have two ssm secure params in System Manager you can tell MU to use those instead. by setting database.masterPasswordSSMParam: ssm-param-name
. DATABASE_PASSWORD would be set to that param per environment.
Question answered by Michael Neil
I'm trying to use AWS Parameter Store as described in this video / sample https://youtu.be/mfRkQpZjEHo?t=665 https://github.com/stelligent/mu/blob/develop/examples/database/mu.yml
My mu.yml is in the form of:
But in my Code Build mu-pipeline-sample-app-deploy-acceptance I get this error
What is the problem, do I need to configure something before hand?