smallrye-config-crypto: no decrypt ? #50292
Replies: 2 comments 1 reply
-
|
/cc @Ladicek (smallrye), @jmartisk (smallrye), @phillip-kruger (smallrye), @radcortez (config,smallrye) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This is now available in Quarkus 3.30. |
Beta Was this translation helpful? Give feedback.
0 replies
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 configoption to decrypt an encrypted value. The only supported options seems to besetandremove. 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