This project add additional config sources for microprofile-config 1.3.
- docker secret - com.pro_crafting.tools.microprofile_config_sources.DockerSecretSource - Reads secrets created by docker swarm from the /run/secrets directory, and makes them available under the secret name as configuration value
"Custom ConfigSource will get picked up via the {@link java.util.ServiceLoader} mechanism and and can be registered by providing a file "META-INF/services/org.eclipse.microprofile.config.spi.ConfigSource" which contains the fully qualified {@code ConfigSource} implementation class name as content."
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Martin Panzer - Initial work - Postremus
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details