quarkiverse / quarkus-vault

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

Use quarkus.tls.trust-all property directly #285

Closed geoand closed 1 month ago

geoand commented 1 month ago

This is done because with the advent of Quarkus 3.12 and the new TLS Registry, the TlsConfig config object is no longer valid.

By using the property we can now support all versions of Quarkus