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

Custom provider with vhost address style does not work #242

Open
sa7mon opened this issue Oct 18, 2023 · 3 comments
Open

Custom provider with vhost address style does not work #242

sa7mon opened this issue Oct 18, 2023 · 3 comments
Labels

Comments

@sa7mon
Copy link
Owner

sa7mon commented Oct 18, 2023

Steps to reproduce

  1. Spin up the dev mitm docker compose profile
  2. Edit config.yml to be:
providers:
  custom:
    insecure: true
    endpoint_format: "https://$REGION.linodeobjects.com"
    regions:
      - "fr-par-1"
    address_style: "vhost"
  1. Scan any single bucket: go run main.go -provider custom -bucket google.com
  2. Observe the requests listed in mitmproxy are being sent to https://fr-par-1.linodeobjects.com instead of https://google.com.fr-par-1.linodeobjects.com
@sa7mon
Copy link
Owner Author

sa7mon commented Nov 28, 2023

SDK bug filed: aws/aws-sdk-go-v2#2395

@sa7mon sa7mon added the blocked label Dec 6, 2023
@sa7mon
Copy link
Owner Author

sa7mon commented Dec 10, 2023

SDK bug fixed and merged as of release-2023-12-08 - v1.24.0?

@sa7mon sa7mon removed the blocked label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant