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

creds/google: fix CFE cluster name check #4893

Merged
merged 2 commits into from
Oct 26, 2021

Conversation

menghanl
Copy link
Contributor

It should check for a prefix "google_cfe_"

grpc/grpc-java#8152

RELEASE NOTES: N/A

It should check for a prefix "google_cfe_"
@menghanl menghanl requested a review from dfawley October 20, 2021 22:09
@menghanl menghanl added this to the 1.42 Release milestone Oct 20, 2021

"google.golang.org/grpc/credentials"
"google.golang.org/grpc/internal"
)

const cfeClusterName = "google-cfe"
const cfeClusterNamePrefix = "google_cfe_"
Copy link
Member

Choose a reason for hiding this comment

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

Please also fix the comment on line 36

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@menghanl menghanl merged commit 03753f5 into grpc:master Oct 26, 2021
@menghanl menghanl deleted the google_creds_cfe branch October 26, 2021 00:42
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants