Bertrand Deweer

Results 10 comments of Bertrand Deweer

@guillaume-chervet I use [OpenAM](https://github.com/OpenIdentityPlatform/OpenAM) I tried to change the scope with "openid profile offline_access" but the issue still persists.

@guillaume-chervet No problem. Thank you too. BTW we are former colleagues ;) I ve worked for AXA too (Wasquehal)

Do you still work on it ? Should I catch SMBApiException in my code ? I use AWS FSX. Sometimes the password expires and so my program throws an SMBApiException....

I don't know why the error : cannot load Java class javax.jms.DeliveryMode occurs. I succeed to connect to the broker (webMethods) with my own computer but every time I tried...

Could you provide a code sample how to connect to a AWS ElasticCache Redis server with the IAM Module? Here is some [documentation](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials-chain.html) This [sample code](https://github.com/aws-samples/elasticache-iam-auth-demo-app/blob/main/src/main/java/com/amazon/elasticache/IAMAuthDemoApp.java) from AWS uses the...

@pmlopes I don't see where you support redis authentication? How to pass an [AwsCredentialsProvider](https://sdk.amazonaws.com/java/api/2.0.0/software/amazon/awssdk/auth/credentials/AwsCredentialsProvider.html) ? see [RedisOptions](https://vertx.io/docs/apidocs/io/vertx/redis/client/RedisOptions.html)

Hi, I still have some trouble to establish a secure connection. According to the vertx documentation, the syntax is : redis://[:password@]host[:port][/db-number] So I try with the following URI : ```code...

Hi @holomekc Thank you for the answer. I succeed to establish a connection with static user/password. I think the documentation should precise about rediss:// for TLS. Both vertx and quarkus...

Could you provide a code sample how to connect to a AWS ElasticCache Redis server with the IAM Module? Here is some [documentation](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials-chain.html) This [sample code](https://github.com/aws-samples/elasticache-iam-auth-demo-app/blob/main/src/main/java/com/amazon/elasticache/IAMAuthDemoApp.java) from AWS uses the...