The aim of this docker image is to be able to create secrets on AWS Secrets Manager Service and retrieve its value, so this container execution can be integrated into any CICD to safely store secrets on a Cloud service without having to store secrets on a Github Repository
It uses ENV VARS
AWS_SECRET_ACCESS_KEY
andAWS_ACCESS_KEY_ID
, so you need to have aws-cli configured with valid credentials or at least to set these ENV VARS