Skip to content

pro-crafting/microprofile-config-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

record-jar-converter

Maven Central License

This project add additional config sources for microprofile-config 1.3.

Available config sources

  • 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

Usage:

"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."

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

Acknowledgments

About

Additional Configuration sources for microprofile-config 1.3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages