Nanne Baars
Nanne Baars
Maybe integrate with Spring Cloud Config server? (https://cloud.spring.io/spring-cloud-config/reference/html/)
Yes, by default it will use a Git repo it will checkout but you can also define a different backend, for example: Vault, file, JDBC etc etc, see: https://cloud.spring.io/spring-cloud-config/multi/multi__spring_cloud_config_server.html#_file_system_backend
@kyupid I'm assuming you are referring to https://developer.hashicorp.com/vault/api-docs/secret/transit#generate-data-key? In that case, you receive plaintext and cipher text as a response from Vault. You can encrypt the data with that plain...
@jhult super thanks! For `XChaCha20Poly1305` we can use `libsodium` bindings the same as used in version 2 of the protocol implementation. Do you have a PR?
@JonathanXu8 yes, this issue is still open. Let me know if you like to pick it up.
Hi @JonathanXu8 indeed only necessary for V1 and V2
Instead of writing your own CLI, Maven supports this already for a long time, see: https://maven.apache.org/guides/introduction/introduction-to-archetypes.html This way it is fully integrated and can be used directly from Maven (no...
@ghsa-retrieval correct we need to move away from Tuweni. Do you have interest in picking this up?
@robertguetzkow would be great if you can pick this up! let me know if you need any help.
Using a specific provider is fine. Bouncycastle is already used in the project.