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

clientv3: remove the experimental gRPC API grpccredentials.Bundle #16358

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

ahrtr
Copy link
Member

@ahrtr ahrtr commented Aug 2, 2023

Link to #15145

The credentials.Bundle is an experimental API. We should try to remove the dependency on such experimental gRPC API.

Actually transport credential and per GRPC credentials are two different things, no need to get them bind together.

@ahrtr ahrtr force-pushed the remove_creds_bundle_20230802 branch from 0c22047 to 979102f Compare August 2, 2023 18:36
Copy link
Member

@jmhbnz jmhbnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, and good discovery @chaochn47.

Should this change be backported? Both prior release branches also use this api.

Copy link
Member

@chaochn47 chaochn47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @ahrtr for cleaning it up.

I don't think it needs to be backported though since we don't have a risk in release branch given gRPC version stays the same for each release.

@ahrtr
Copy link
Member Author

ahrtr commented Aug 3, 2023

Right, usually we don't proactively bump dependencies for stable release (e.g. 3.5 and 3.4) unless there are major CVE or bugs.

Copy link
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ahrtr ahrtr merged commit 10c7e81 into etcd-io:main Aug 4, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants