Skip to content
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

Merged
merged 10 commits into from
Sep 19, 2023

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented Sep 13, 2023

Part 2 of #8567

@product-auto-label product-auto-label bot added the size: xl Pull request size is extra large. label Sep 13, 2023
@codyoss codyoss marked this pull request as ready for review September 14, 2023 21:42
@codyoss codyoss requested a review from a team as a code owner September 14, 2023 21:42
auth/httptransport/httptransport.go Show resolved Hide resolved
auth/internal/transport/cba.go Outdated Show resolved Hide resolved
auth/internal/transport/cba.go Outdated Show resolved Hide resolved
auth/internal/transport/cba.go Outdated Show resolved Hide resolved
auth/internal/transport/cba.go Outdated Show resolved Hide resolved
auth/internal/transport/cba.go Outdated Show resolved Hide resolved
Copy link
Member

@quartzmo quartzmo left a 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.

auth/internal/transport/cert/default_cert.go Outdated Show resolved Hide resolved
auth/internal/transport/cba.go Show resolved Hide resolved
auth/internal/transport/cba.go Show resolved Hide resolved
auth/internal/transport/cba.go Show resolved Hide resolved
auth/internal/transport/cba.go Outdated Show resolved Hide resolved
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Sep 19, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 37e3435 into googleapis:main Sep 19, 2023
9 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants