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

Add support for user provided http.Transport for ManagementClient #729

Open
burmanm opened this issue Nov 13, 2024 · 0 comments · May be fixed by #730
Open

Add support for user provided http.Transport for ManagementClient #729

burmanm opened this issue Nov 13, 2024 · 0 comments · May be fixed by #730
Assignees
Labels
enhancement New feature or request

Comments

@burmanm
Copy link
Contributor

burmanm commented Nov 13, 2024

What is missing?

We do not support user provided http.Transport in the ManagementClient.

Why is this needed?

User might need to rewrite the request in certain ways before it hits the endpoint. This could be due to a use of proxies, different TLS handling (secret fetching) or to redirect writes using a custom networking option where the PodIP is not necessarily directly accessible.

┆Issue is synchronized with this Jira Story by Unito
┆Fix Versions: 2024-11,2025-01
┆Issue Number: CASS-78

@burmanm burmanm added the enhancement New feature or request label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant