helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x: Oci integration fixes #8927

Closed tomas-langer closed 1 day ago

tomas-langer commented 2 days ago

Fixed missed configured option in OciConfig. Using a custom webclient request to check if IMDS endpoint is valid (as the default that used Region discovery has hardcoded 7 retries and increasing delays between them). Added config-yaml as a runtime dependency, as without it the OCI configuration does not work.