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

revert from using grpc.NewClient to grpc.Dial #46006

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

GavinFrazar
Copy link
Contributor

Changelog: fixed a bug where Teleport services could not join the cluster using iam, azure, or tpm methods when the proxy service certificate did not contain IP SANs.

This PR reverts the change from grpc.Dial to grpc.NewClient in #44324

grpc.Dial is being deprecated in favor of grpc.NewClient, but there's an issue where grpc.NewClient resolves the proxy address to an IP and then fails to verify the proxy cert if it does not contain the IP SAN: grpc/grpc-go#7556

@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from vapopov August 29, 2024 06:37
@GavinFrazar GavinFrazar added this pull request to the merge queue Aug 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 29, 2024
@GavinFrazar GavinFrazar added this pull request to the merge queue Aug 29, 2024
Merged via the queue into master with commit 4e63c28 Aug 29, 2024
41 checks passed
@GavinFrazar GavinFrazar deleted the gavinfrazar/revert-to-grpc-dial branch August 29, 2024 07:11
@public-teleport-github-review-bot

@GavinFrazar See the table below for backport results.

Branch Result
branch/v15 Create PR
branch/v16 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants