smallrye-config-crypto: no decrypt ? #50292
Unanswered
nicolasduminil
asked this question in
Q&A
Replies: 1 comment 1 reply
-
/cc @Ladicek (smallrye), @jmartisk (smallrye), @phillip-kruger (smallrye), @radcortez (config,smallrye) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The Quarkus documentation (https://quarkus.io/guides/config-secrets) shows how to use secrets with Quarkus CLI on the behalf of the
quarkus config set --encrypt ...
command. But I didn't find anyquarkus config
option to decrypt an encrypted value. The only supported options seems to beset
andremove
. So, I triedquarkus config set --decrypt ...
but it just clears the value of the associated property.So, how is one supposed to decrypt Quarkus secret using the CLI ? Or
jq
?Many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions