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

13 lines
498 B
Markdown

Spring Boot Docker Secrets
============================
Maven library for injecting docker secrets into a spring boot application as environment
variables.
Based on [spring-boot-docker-secret](https://github.com/kwonghung-YIP/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.