Skip to content

Commit

Permalink
Merge pull request #109 from sberyozkin/note_about_smallrye_config
Browse files Browse the repository at this point in the history
Add a note about smallrye-config
  • Loading branch information
sberyozkin authored Sep 19, 2024
2 parents 7b76c13 + ea823f4 commit d0c7c1a
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 d0c7c1a

Please sign in to comment.