-
Notifications
You must be signed in to change notification settings - Fork 170
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
Define resolver in nginx config #488
Comments
This was referenced Nov 21, 2017
mikz
added a commit
that referenced
this issue
Nov 24, 2017
mikz
added a commit
that referenced
this issue
Nov 24, 2017
mikz
added a commit
that referenced
this issue
Nov 27, 2017
mikz
added a commit
that referenced
this issue
Nov 28, 2017
so cosockets use internal resolver and don't have to go through APIcast resolver. Closes #488
mikz
added a commit
that referenced
this issue
Nov 28, 2017
so cosockets use internal resolver and don't have to go through APIcast resolver. Closes #488
mikz
added a commit
that referenced
this issue
Nov 28, 2017
so cosockets use internal resolver and don't have to go through APIcast resolver. Closes #488
ghost
assigned mikz
Nov 28, 2017
ghost
added
the
B-current
label
Nov 28, 2017
mikz
added a commit
that referenced
this issue
Nov 28, 2017
so cosockets use internal resolver and don't have to go through APIcast resolver. Closes #488
mikz
added a commit
that referenced
this issue
Nov 28, 2017
so cosockets use internal resolver and don't have to go through APIcast resolver. Closes #488
ghost
removed
the
B-current
label
Nov 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible that custom policies will want to use cosockets with internal nginx name resolution like nmasse-itix/apicast-logger#2 and using our wrappers would be too verbose.
So adding detected nameservers to the generated nginx config should provide sane default for contributors writing policies as they could use
ngx.socket.tcp:connect
with a name instead of just IP address or using our wrapper.The text was updated successfully, but these errors were encountered: