-
Notifications
You must be signed in to change notification settings - Fork 712
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
host-level ttys #1208
host-level ttys #1208
Conversation
146e4a9
to
a0d46e8
Compare
25f5e48
to
1dd27f1
Compare
@2opremio would you mind squashing into 2 changesets - one for the vendoring and one for the rest? |
// Controls handles controls for a hosts. | ||
type Controls struct { | ||
pipes controls.PipeClient | ||
} |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
1dd27f1
to
c1c40ad
Compare
Done + rebased |
db42381
to
59af5d2
Compare
log.Errorf("Error waiting on host shell: %v", err) | ||
} | ||
ptyPipe.Close() | ||
pipe.Close() |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I'm really not convinced this is a good idea, for security reasons. |
This doesn't degrade security in any way. To prove it, just open a terminal in the Scope container and type Productizing this makes it more evident as @rade pointed out offline, but that's it. |
f66fce7
to
4a49607
Compare
Technically, looks fine to me. But I'm really not convinced it's a good idea. |
LGTM |
Fixes #1016