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

Eliminate ssh proxy requirement for non-ssh workflows #6830

Closed
programmerq opened this issue May 12, 2021 · 1 comment
Closed

Eliminate ssh proxy requirement for non-ssh workflows #6830

programmerq opened this issue May 12, 2021 · 1 comment
Labels
c-sq Internal Customer Reference feature-request Used for new features in Teleport, improvements to current should be #enhancements

Comments

@programmerq
Copy link
Contributor

What

Currently, if a user wants to use teleport for kubernetes access only, the tsh client will still need to communicate with multiple ports. It should be possible for an end-user to have all communicate tunnel over the proxy_service's web_public_addr port only. This is a particularly challenging wrinkle in a higher security environment that wants the kubernetes access feature specifically to only go through an https application firewall, which doesn't support ssh connections going through it.

database access might also benefit from this, but isn't part of this request.

How

Either admin cluster-wide configuration or individual user configuration opt-in to run port 3023 traffic through the web proxy https port, possibly via a websocket. Alternate might be to have tsh kube login and other kube-specific operations skip any port 3023 communication.

Why

Want to get teleport kube access working through an application gateway firewall appliance to be in compliance with the networking environment involved.

Workaround

none

@programmerq programmerq added feature-request Used for new features in Teleport, improvements to current should be #enhancements c-sq Internal Customer Reference labels May 12, 2021
@russjones
Copy link
Contributor

Will be fixed in #5777.

@zmb3 zmb3 closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-sq Internal Customer Reference feature-request Used for new features in Teleport, improvements to current should be #enhancements
Projects
None yet
Development

No branches or pull requests

3 participants