quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.5k stars 2.6k forks source link

quarkus cognito user pool extension proxy config #40577

Closed maghouston closed 3 months ago

maghouston commented 3 months ago

Discussed in https://github.com/quarkusio/quarkus/discussions/40538

Originally posted by **maghouston** May 9, 2024 we are trying to use quakus cognito userpool extension with a proxy. As mentioned in the documentation, we configure the proxy in the application.yaml as follow: image when running the app, we get following error: `java.base/java.lang.Thread.run(Thread.java:829)\n","errorType":"software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderException","**errorMessage":"Service returned HTTP status code 407 (Service: CognitoIdentityProvider, Status Code: 407, Request ID: null)**"} {"timestamp":"2024-05-06T10:08:51.137Z","sequence":865,"loggerClassName":"org.jboss.logging.Logger" ` He also edited JAVA_OPTS with proxyHost, proxyUser, proxyPassword and proxyPort. we still get the same issue Could someone help us please. Thanks in advance
quarkus-bot[bot] commented 3 months ago

/cc @radcortez (config)

geoand commented 3 months ago

This should be reported in https://github.com/quarkiverse/quarkus-amazon-services as that the where the code of the cognito userpool extension lives.