Go to file
Niclas Thobaben e8905f794b
nclazz/spring-boot-docker-secrets-maven-lib/pipeline/head This commit looks good Details
v0.0.1
2022-02-11 10:20:29 +01:00
src/main rm unneeded test class 2022-02-11 10:05:07 +01:00
.gitignore initial commit 2022-02-11 09:41:49 +01:00
Jenkinsfile added Jenkinsfile 2022-02-11 10:03:54 +01:00
README.md initial commit 2022-02-11 09:41:49 +01:00
pom.xml v0.0.1 2022-02-11 10:20:29 +01:00
settings.xml added Jenkinsfile 2022-02-11 10:03:54 +01:00

README.md

Spring Boot Docker Secrets

Maven library for injecting docker secrets into a spring boot application as environment variables.

Based on spring-boot-docker-secret.

Unlike the demo project, this lib expects the secret files to be valid properties files to provide multiple secrets in one.

All secrets will be added at the end of all previous loaded variables and therefore overrides already set variables.