spring-boot-docker-secrets-.../README.md

498 B

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.