Skip to content

Commit

Permalink
Add a note about smallrye-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Sep 19, 2024
1 parent 4aab854 commit ea823f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ _Credentials Provider and ConfigSource which extracts secrets from Java KeyStore

This project provides Quarkus [CredentialsProvider](https://quarkus.io/guides/credentials-provider) and MicroProfile [ConfigSource](https://quarkus.io/guides/config-extending-support#custom-config-source) which extracts sensitive data such as passwords from Java KeyStore.

[NOTE]
====
Most of the functionality provided by this extension is now available in `SmallRye Config` directly:

https://smallrye.io/smallrye-config/Main/config/secret-keys/
https://smallrye.io/smallrye-config/Main/config-sources/keystore/
====

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

```xml
Expand Down

0 comments on commit ea823f4

Please sign in to comment.