-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
deactivate VirtualHostRewriter for s3 ASF #7065
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
Conversation
9244134
to
c1f66b1
Compare
c1f66b1
to
880cecd
Compare
Remaining test failures are flaky tests, addressed in #7070. Edit: run tests once more with |
880cecd
to
ed4608d
Compare
ed4608d
to
a61dbdc
Compare
a61dbdc
to
fae1634
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! This PR removes code from the parser, which shouldn't have been there in the first place.
I think in the long run, this will become a pattern for more services (at this point it might make sense to introduce a specific lifecycle hook or something similar). 🚀
fcff535
to
6b9a98e
Compare
This PR deactivates the
VirtualHostRewriter
if the ASF provider for S3 is activated.S3 virtual host routes are registered
on_infra_ready
to ensure the hosts are resolved correctly, even if s3 is not yet loaded (this requirement was revealed by the terraform test suite).