test (5/5): transport × auth × sealing e2e matrix#24
Merged
irvingouj@Devolutions (irvingoujAtDevolution) merged 1 commit intoJun 23, 2026
Conversation
…lding Add the 10-case transport_auth_matrix asserting the WinRM rule against a real server: HTTP+SSPI seals; HTTPS+SSPI is unsealed (TLS); Basic refused over plain HTTP unless forced, allowed (unsealed) over HTTPS. Helpers: sealed() detects the multipart/encrypted envelope, connected() detects pipeline completion. Also makes the shared e2e scaffolding auth-aware: e2e_pwsh_config gains default_auth_method(); native_pty_matrix and pty_harness use it (the default DC refuses Basic over HTTP), and fall back to the standard e2e host/creds out of the box.
d632bb0 to
780bc9b
Compare
3930b6c to
67051f2
Compare
afcb764
into
stack/04-winrm-transport-auth
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.
Stack 5 of 5 — base:
stack/04-winrm-transport-auth(stacked on #23).Adds the 10-case
transport_auth_matrixasserting the WinRM rule against a realserver: HTTP+SSPI seals; HTTPS+SSPI is unsealed (TLS); Basic refused over plain HTTP
unless forced, allowed (unsealed) over HTTPS.
sealed()detects themultipart/encryptedenvelope;connected()detects pipeline completion.Also makes shared e2e scaffolding auth-aware (
e2e_pwsh_config::default_auth_method;native_pty_matrix/pty_harnessuse it — the default DC refuses Basic over HTTP).