Skip to content

Commit

Permalink
Update extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/h…
Browse files Browse the repository at this point in the history
…ttp/runtime/CertificateConfig.java

Co-authored-by: Ladislav Thon <[email protected]>
  • Loading branch information
MichalMaler and Ladicek authored Sep 11, 2023
1 parent a46c6f7 commit 2312d17
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class CertificateConfig {
* <p>
* For Vault, the credentials provider bean name is {@code vault-credentials-provider}.
*/

@ConfigItem
@ConvertWith(TrimmedStringConverter.class)
public Optional<String> credentialsProviderName = Optional.empty();
Expand Down

0 comments on commit 2312d17

Please sign in to comment.