-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update this module so that it can work with Apicast 3.1 #2
Comments
3scale/APIcast#324 shouldn't affect the name resolution itself. It is just about preferences. Basically This error is happening because nginx does not have But with latest changes (going to be in 3.2) (3scale/APIcast#449) we are able to generate proper |
Thanks for the insights ! I will spend some time updating the module to the new policy framework today. |
@nmasse-itix if you'd like to have access to our testing frameworks I'd recommend you to do it like 3scale/APIcast#487 or 3scale/APIcast#497 and open a PR to the APIcast repo. |
We are writing documentation of the new policy chain. Feedback and review much welcomed: 3scale/APIcast#512 |
Latest version of Apicast work differently for DNS name resolution. See 3scale/APIcast#324.
Namely, on version 3.1, the module produces this error message:
It seems that we now have to use the
RESOLVER
environment variable instead of theresolver
directive in the nginx configuration file.The text was updated successfully, but these errors were encountered: