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

Load appropriate TLS config for clusters in the proxy.Client #40293

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

rosstimothy
Copy link
Contributor

Updates the proxy.Client to allow loading specific tls.Config for individual clusters. This prevents issues when trying to access leaf resources via the root cluster if WithAllCAs is not set.

@rosstimothy rosstimothy added backport/branch/v13 backport/branch/v14 no-changelog Indicates that a PR does not require a changelog entry backport/branch/v15 labels Apr 6, 2024
@rosstimothy rosstimothy force-pushed the tross/proxy_client_tls_config branch from d2c7859 to 4c6e970 Compare April 6, 2024 20:32
Updates the proxy.Client to allow loading specific tls.Config for
individual clusters. This prevents issues when trying to access
leaf resources via the root cluster if WithAllCAs is not set.
@rosstimothy rosstimothy force-pushed the tross/proxy_client_tls_config branch from 4c6e970 to 22031f9 Compare April 6, 2024 20:45
@rosstimothy rosstimothy changed the title Load appropriate TLS config for clusters Load appropriate TLS config for clusters in the proxy.Client Apr 6, 2024
@rosstimothy rosstimothy marked this pull request as ready for review April 6, 2024 20:47
@rosstimothy rosstimothy added this pull request to the merge queue Apr 9, 2024
Merged via the queue into master with commit ad26913 Apr 9, 2024
41 checks passed
@rosstimothy rosstimothy deleted the tross/proxy_client_tls_config branch April 9, 2024 16:20
@public-teleport-github-review-bot

@rosstimothy See the table below for backport results.

Branch Result
branch/v13 Failed
branch/v14 Failed
branch/v15 Create PR

gzdunek pushed a commit that referenced this pull request Oct 16, 2024
Updates the proxy.Client to allow loading specific tls.Config for
individual clusters. This prevents issues when trying to access
leaf resources via the root cluster if WithAllCAs is not set.

(cherry picked from commit ad26913)
github-merge-queue bot pushed a commit that referenced this pull request Oct 16, 2024
Updates the proxy.Client to allow loading specific tls.Config for
individual clusters. This prevents issues when trying to access
leaf resources via the root cluster if WithAllCAs is not set.

(cherry picked from commit ad26913)

Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants