-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(auth): add cert support to httptransport #8569
Conversation
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.
At a high level, i'm wondering if cba.go
could be split into two or more files, in order to isolate S2A code from default transport, etc. The litmus test for this would be to imagine removing the S2A code later and having it be very easy to do. But the reason is not just to make it easier to remove S2A, but also to make it easier to understand.
Part 2 of #8567