-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: support Cloud SQL CAS-based instances #390
Conversation
Plumbing all these locations through will be made nicer with a refactor to |
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.
Overall, it looks like it functions. I don't think it makes sense to refactor before completing this feature. Let's plan a refactor for clarity as a separate effort.
The CAS instances will have a different way to verify the server identity.
They will use the
dnsName
of the Cloud SQL instance.This PR supports that by leveraging
tls.checkServerIdentity