feat(mecak8s): add Dex Kind fixture - #662
Merged
Merged
Conversation
5 tasks
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 07:56
75729ea to
3732807
Compare
jhrozek
force-pushed
the
feat/mecak8s-dex-fixture
branch
from
August 20, 2026 07:56
05085e1 to
fb0adf3
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 09:20
3732807 to
4b0df2e
Compare
jhrozek
force-pushed
the
feat/mecak8s-dex-fixture
branch
from
August 20, 2026 09:20
fb0adf3 to
8c02f39
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 09:22
4b0df2e to
f8e756b
Compare
jhrozek
force-pushed
the
feat/mecak8s-dex-fixture
branch
from
August 20, 2026 09:22
8c02f39 to
40d61be
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 11:10
f8e756b to
b06706a
Compare
jhrozek
force-pushed
the
feat/mecak8s-dex-fixture
branch
from
August 20, 2026 11:10
40d61be to
074c27f
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 12:14
b06706a to
0df0fa1
Compare
jhrozek
force-pushed
the
feat/mecak8s-dex-fixture
branch
from
August 20, 2026 12:14
074c27f to
82c70c6
Compare
Co-Authored-By: mecatl <noreply@stacklok.com>
jhrozek
force-pushed
the
feat/mecak8s-dex-fixture
branch
from
August 20, 2026 13:03
82c70c6 to
af8ebb9
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.
Summary
Extends the ToolHive-free local Kind profile (
deploy/mecak8s-vmcp/) with an in-cluster Dex identity provider (two disposable users,alice@example.com/bob@example.com), satisfying #634's "an IDP is deployed so that two users can drive concurrent conversations" acceptance criterion.task mecak8s:kind-setupnow also deploys Dex; Dex is reachable in-cluster and prepared for mecak8s to validate its tokens once OIDC is enabled (see #664, the next PR in this stack).Part of #634.
Stack
3rd of a 4-PR stack (based on #661):
Test plan
go test ./internal/deploycheck/...