This repository was archived by the owner on Oct 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22[ ![ Release] ( https://jitpack.io/v/com.frog-development/docker-secrets-module.svg )] ( https://jitpack.io/#com.frog-development/docker-secrets-module )
33
44### How to use the docker-secrets-module on your project
5- #####Step 1. Add the JitPack repository to your build file
5+ ##### Step 1. Add the JitPack repository to your build file
66
77Add it in your root ` build.gradle ` at the end of repositories:
88``` groovy
@@ -11,13 +11,13 @@ Add it in your root `build.gradle` at the end of repositories:
1111 maven { url 'https://jitpack.io' }
1212 }
1313```
14- #####Step 2. Add the dependency
14+ ##### Step 2. Add the dependency
1515``` groovy
1616 dependencies {
1717 implementation 'com.frog-development:docker-secrets-module:Tag'
1818 }
1919```
20- #####Step 3. Use the Docker Secrets defined for your service.
20+ ##### Step 3. Use the Docker Secrets defined for your service.
2121For each secret file found on the secrets directory, a property will be constructed as ` docker-secrets.{file-name} ` .
2222Here, for example, we have 2 secrets ` my_user ` and ` my_password ` , leading to this configuration:
2323``` yaml
You can’t perform that action at this time.
0 commit comments