feat(console): route consoles through in-process backends - #111
Open
cjh1 wants to merge 1 commit into
Open
Conversation
cjh1
force-pushed
the
ssh-stack/06-route-ssh-consoles
branch
from
August 4, 2026 23:31
02d9f13 to
de0d2bb
Compare
cjh1
force-pushed
the
ssh-stack/06-route-ssh-consoles
branch
from
August 5, 2026 01:55
de0d2bb to
6dff000
Compare
cjh1
force-pushed
the
ssh-stack/06-route-ssh-consoles
branch
from
August 5, 2026 13:42
6dff000 to
41311fb
Compare
cjh1
force-pushed
the
ssh-stack/06-route-ssh-consoles
branch
from
August 5, 2026 13:44
41311fb to
288a0b3
Compare
cjh1
force-pushed
the
ssh-stack/06-route-ssh-consoles
branch
from
August 5, 2026 13:47
288a0b3 to
4cc7bba
Compare
cjh1
force-pushed
the
ssh-stack/06-route-ssh-consoles
branch
3 times, most recently
from
August 5, 2026 14:17
dbb617e to
16caf96
Compare
cjh1
marked this pull request as ready for review
August 5, 2026 14:24
Signed-off-by: Chris Harris <cjh@lbl.gov>
cjh1
force-pushed
the
ssh-stack/06-route-ssh-consoles
branch
from
August 5, 2026 15:18
16caf96 to
e6f47a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Route interactive consoles through the shared backend interface: IPMI through ConMan and SSH through the in-process manager. Update existing integration expectations and keep credential change detection based on the complete inventory after subset reads.