feat(ssh): wait for provisioned credentials - #118
Open
cjh1 wants to merge 1 commit into
Open
Conversation
This was referenced Aug 4, 2026
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
2 times, most recently
from
August 5, 2026 01:55
464452d to
d17e2c0
Compare
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
from
August 5, 2026 13:19
d17e2c0 to
32df1e4
Compare
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
from
August 5, 2026 13:42
32df1e4 to
3954a14
Compare
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
from
August 5, 2026 13:44
3954a14 to
ada2f79
Compare
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
2 times, most recently
from
August 5, 2026 13:49
ac76956 to
f4f869f
Compare
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
from
August 5, 2026 13:53
f4f869f to
206c1a8
Compare
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
from
August 5, 2026 14:17
206c1a8 to
33e8d72
Compare
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
2 times, most recently
from
August 5, 2026 15:18
bf47a0d to
f83700a
Compare
cjh1
marked this pull request as ready for review
August 5, 2026 15:18
Keep consoles idle until Vault provides their credentials instead of attempting invalid key authentication. Retry credential delivery independently of inventory changes so newly added nodes can start when their entries appear. Signed-off-by: Chris Harris <cjh@lbl.gov>
cjh1
force-pushed
the
ssh-stack/13-wait-for-credentials
branch
from
August 5, 2026 15:31
f83700a to
bd94f4c
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.
Keep SSH consoles idle until Vault provides their credentials instead of attempting invalid key authentication. Retry credential delivery independently of inventory changes so newly added nodes can start when their entries appear.