Skip to content

Credentials Provider which extracts secrets from Java KeyStore

License

Notifications You must be signed in to change notification settings

quarkiverse/quarkus-file-vault

Repository files navigation

Quarkus File Vault

All Contributors

Credentials Provider and ConfigSource which extracts secrets from Java KeyStore

This project provides Quarkus CredentialsProvider and MicroProfile ConfigSource which extracts sensitive data such as passwords from Java KeyStore.

To get started with using File Vault as CredentialsProvider, add the dependency:

<dependency>
    <groupId>io.quarkiverse.file-vault</groupId>
    <artifactId>quarkus-file-vault</artifactId>
</dependency>

To get started with using File Vault as ConfigSource, add the dependency:

<dependency>
    <groupId>io.quarkiverse.file-vault</groupId>
    <artifactId>quarkus-file-vault-config-source</artifactId>
</dependency>

For more details, check the complete documentation.

Compatibility

Quarkus Quarkus File Vault
2.x 1.x
3.x 2.x

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Clement Escoffier

💻 🚧

sberyozkin

💻 🚧

Stuart Douglas

💻 🚧

Pedro Hos

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Credentials Provider which extracts secrets from Java KeyStore

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages