You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
..that capability is clobbered and as a user, i am unable to specify such things as a custom DNS authority, or even multiple comma-delimited IP addresses. Could you please comment as to whether that's intentional, or whether i could submit a PR simply removing the dns:/// prepended? Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good day!
I was attempting to specify which DNS server to use to resolve the hostname of my kiam-server, as follows:
I expected this to be possible based on gRPC documentation here: https://github.com/grpc/grpc/blob/master/doc/naming.md
However, if i understand correctly, as a result of this line of code, forcibly prepending
dns:///
to my server address:kiam/pkg/server/gateway_builder.go
Line 133 in 80172c4
..that capability is clobbered and as a user, i am unable to specify such things as a custom DNS authority, or even multiple comma-delimited IP addresses. Could you please comment as to whether that's intentional, or whether i could submit a PR simply removing the
dns:///
prepended? Thank you!The text was updated successfully, but these errors were encountered: