Ashwin Prabhu
Ashwin Prabhu
The docs need to match what is actually in the aplication.yaml of IDCS example app on github https://github.com/helidon-io/helidon/blob/db3fda88ee0e33f6ea56eca03c9b96e830732046/examples/security/idcs-login/src/main/resources/application.yaml#L21 Refer line 21
Is external camera access a vendor/device dependant capability?
Thanks for addressing this in the docs.
In order to work with proxies, you first need to set org.asynchttpclient.useProxyProperties=true in org/asynchttpclient/config/ahc.properties file in your jar. With the above instructions, AHC would pick up the proxy from the...
I have the same error as well Caused by: java.lang.NullPointerException: Cannot invoke "String.matches(String)" because the return value of "com.github.dockerjava.api.model.PullResponseItem.getStatus()" is null at com.github.dockerjava.api.command.PullImageResultCallback.checkForDockerSwarmResponse(PullImageResultCallback.java:48) at com.github.dockerjava.api.command.PullImageResultCallback.onNext(PullImageResultCallback.java:35) at org.testcontainers.images.LoggedPullImageResultCallback.onNext(LoggedPullImageResultCallback.java:48) at org.testcontainers.images.TimeLimitedLoggedPullImageResultCallback.onNext(TimeLimitedLoggedPullImageResultCallback.java:73) at...
This is observed only when using podman and if the local does not have the image. If I pull the image myself through podman pull command-line, the test container can...
A good workaround for this issue for those using podman is to prefetch the image to local before test-containers bootstrap. This bug does not manifest if the image is available...