From ea823f404c777e52e403ef6aef03809816172609 Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Thu, 19 Sep 2024 12:53:08 +0100 Subject: [PATCH] Add a note about smallrye-config --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 17b9422..212f005 100644 --- a/README.md +++ b/README.md @@ -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