-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for setting proxy on aws client #1632
Comments
please only put one issue per github issue |
is there a full stack trace anywhere? |
I have this stack trace for now...will find some more info soon
|
Please learn how to properly format code and logs. That looks like the exception for #1633 not "Connection reset" |
Thanks for the Info. But before looking for that file, application is not able to access Aws s3 bucket. Getting this exception when I debug |
I see you commented on aws/aws-sdk-java#2064 I don't see how I can help when it sounds like a networking issue. |
How to set specific amazon profile in bootstrap.yml when using s3Client? |
@spencergibb Here is the stack trace
do you know how to set proxy config for aws type in composite config? |
I doesn't look like you can set proxy config directly for the client. |
Describe the bug
Trying to use spring cloud config server with s3 as backend and using proxy credentials to connect to AWS s3. And got this exception when I have .credentials file in /.aws/ directory. I have embedded config server in one application.
bootstrap.yml
application.yml
Sample
Got below exception in AwsS3EnvironmentRepository.java class when finding the config file in s3 with the default credentials
eYaml = {SdkClientException@5620)com.amazonaws.SdkClientException: Unable to execute HTTP request: Connection reset
Any Help will be great. Thank you.
The text was updated successfully, but these errors were encountered: