e2e: enable the egressauthz suite and delete sdsmint suite - #1156
Open
haiyanmeng wants to merge 1 commit into
Open
e2e: enable the egressauthz suite and delete sdsmint suite#1156haiyanmeng wants to merge 1 commit into
haiyanmeng wants to merge 1 commit into
Conversation
haiyanmeng
marked this pull request as draft
August 23, 2026 23:29
haiyanmeng
commented
Aug 24, 2026
Collaborator
Author
There was a problem hiding this comment.
Note for reviewers: Most of the code in this file is from the deleted file internal/e2e/suites/sdsmint/sdsmint_test.go.
haiyanmeng
force-pushed
the
sdsmint-e2e-test
branch
from
August 24, 2026 00:52
dae1742 to
910c1b4
Compare
The old sdsmint suite includes three tests: TestSdsmintMintsALeafPerSN, TestGatewayRefusesANonActorWorkload and TestGatewayRefusesAnUnknownActor. The egressmitm suite covers the e2e functionality of sdsmint, making TestSdsmintMintsALeafPerSNI unnecessary. TestGatewayRefusesANonActorWorkload and TestGatewayRefusesAnUnknownActor used to live in the sdsmint suite. But their functionality does not depend on sdsmint. So move them into a suite egressauthz. New manifest_test.go verifies that the MITM CA is only mounted on the `sdsmint` container in the `atenet-egress` Deployment.
haiyanmeng
force-pushed
the
sdsmint-e2e-test
branch
from
August 24, 2026 12:28
910c1b4 to
62f31ec
Compare
haiyanmeng
marked this pull request as ready for review
August 24, 2026 12:35
2 tasks
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.
The new
egressauthztest suite takes about 13s to finish:Creating namespacekobuildkopublish to GCRkubectl apply→ pod createdTestGatewayRefusesANonActorWorkloadTestGatewayRefusesAnUnknownActor