-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
va: Make the primary VA aware of the Perspective and RIR of each remote #7839
Conversation
a68fa53
to
0d9ba2a
Compare
0d9ba2a
to
315fc11
Compare
315fc11
to
18c6f83
Compare
@beautifulentropy, this PR appears to contain configuration and/or SQL schema changes. Please ensure that a corresponding deployment ticket has been filed with the new values. |
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.
Love the va_test cleanup. LGTM with nits.
// ServerAddress, DNSAuthority, [Timeout], [HostOverride] | ||
// SRVLookup, DNSAuthority, [Timeout], [HostOverride], [SRVResolver] | ||
// SRVLookups, DNSAuthority, [Timeout], [HostOverride], [SRVResolver] | ||
type RemoteVAGRPCClientConfig struct { |
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.
Technically I don't think this type has to be Exported anymore -- only its fields have to be public for parsing.
Part of #7819
Updated IN-10231 and created IN-10840.