You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
aws-env - Secure way to handle environment variables in Docker
2
2
------------------------
3
3
4
-
aws-env is a small utility that tries to solve problem of passing environment variables to applications in a secure way, especially in Docker containers.
4
+
**aws-env** is a small utility that tries to solve problem of passing environment variables to applications in a secure way, especially in a Docker containers. It uses [AWS Parameter Store](https://aws.amazon.com/ec2/systems-manager/parameter-store/) to securely store applications' configuration -- ideal for storing all kind of secrets.
5
5
6
-
It uses [AWS Parameter Store](https://aws.amazon.com/ec2/systems-manager/parameter-store/) to populate environment variables while starting application inside the container.
6
+
**You can use it in two ways:**
7
+
8
+
1. Populate environment variables while starting application inside the docker container (default)
0 commit comments