38.4 Using Secrets Manager to store access keys (#38)

This commit is contained in:
Art
2021-09-29 15:51:44 +03:00
parent 0848a31436
commit 75bec1802e
4 changed files with 130 additions and 2 deletions

View File

@ -193,8 +193,6 @@
</ports>
<env>
<SPRING_PROFILES_ACTIVE>aws-rds,image-s3</SPRING_PROFILES_ACTIVE>
<AMAZON_S3_ACCESS_KEY>AKI...{THIS IS NOT SECURE TO STORE ACCESS_KEY in GitHub Repo}...BJ</AMAZON_S3_ACCESS_KEY>
<AMAZON_S3_SECRET_KEY>LUS...{THIS IS NOT SECURE TO STORE SECRET_KEY in GitHub Repo}...AW</AMAZON_S3_SECRET_KEY>
</env>
<restartPolicy>
<name>always</name>