quarkiverse / quarkus-vault

Quarkus HashiCorp Vault extension
Apache License 2.0
18 stars 22 forks source link

Allow applying a read timeout to JDKVaultHttpClient #254

Closed kdubb closed 4 months ago

kdubb commented 4 months ago

Read timeout was previously set on the VertxVaultHttpClient client but not on JDK. This applies the read timeout to JDKVaultHttpClient

Fixes #253

vsevel commented 4 months ago

I have tested that the timeout the is applied indeed to the jdk http request.