This will make it possible to use docker secrets with stackstorm image. #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New version of previous remove pull-request
This pull request will make it possible to use docker secrets to mask user credentials when a container is created. To use the feature, just append "_FILE" to the regular environment variables and assign it the path where the secret is stored. It's a nice feature to have when using ansible-containers, since you then can use ansible vault to store credentials.
Follow the steps below to build stackstorm with docker secrets. I haven't changed the mongo credentials since I wasn't able to successfully change them using current docker compose file.
Howto use docker secrets
Step1: Create credentials
Step2: Export variables
Step3: Create env variables
Step4: Build docker image
You need to build the image using the dockerfile found in this commit.
Step5: Run docker-compose
Enter container and test stackstorm