Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quarkus cognito user pool extension proxy config #1261

Open
maghouston opened this issue May 13, 2024 · 1 comment
Open

quarkus cognito user pool extension proxy config #1261

maghouston opened this issue May 13, 2024 · 1 comment

Comments

@maghouston
Copy link

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

We also edited JAVA_OPTS with proxyHost, proxyUser, proxyPassword and proxyPort. we still get the same issue

Could someone help us please. Thanks in advance

@scrocquesel
Copy link
Member

Could you provide a bit more details on the error and the proxy's required authentication type (basic, ntlm) ?
Maybe you can have more details on the 407 returned by the proxy by enabling full wire log (should be the categoy org.apache.http.wire)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants