-
Notifications
You must be signed in to change notification settings - Fork 142
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 override host field #165
Add support for override host field #165
Conversation
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.
From the point of view of introducing a new field, this looks ok and the field is documented in the provider and on the fastly api website. I cannot see any documented validation and so this should be fine.
The current build is failing and so just marking it as "Request Changes" to see a green build.
The override_host field can be used to override the Host header. fix #163
BREAKING CHANGE: API for BigQuery logging has changed in v1.0.0 and needs to be adjusted in the provider. fix #163
The go-fastly client API for BigQuery has changed in v1.0.0.
The go-fastly client API for Director has changed in v1.0.0.
The go-fastly client API for VCL Snippets has changed in v1.0.0.
@trentrosenbaum the build wasn't passing because the client hasn't been updated. The PR updates the |
🎉this closes #163.