Add auth-fake-executor profile for local development - #5118
Open
nikola-jokic wants to merge 2 commits into
Open
Conversation
Contributor
Greptile SummaryThe PR adds an authenticated fake-executor profile for exercising authenticated local job flows without Kubernetes.
Confidence Score: 4/5The PR is not yet safe to merge because its documented The current profile-selection logic appends Files Needing Attention: magefiles/dev.go, _local/procfiles/auth-fake-executor-dap.Procfile
|
| Filename | Overview |
|---|---|
| magefiles/dev.go | Adds profile selection, auth dependency startup, and Keycloak readiness handling; the existing DAP selection path still targets a missing profile variant. |
| _local/procfiles/auth-fake-executor.Procfile | Defines the authenticated local service set using the fake executor instead of the Kubernetes executor. |
| docs/developer_guide.md | Documents selection and behavior of the authenticated fake-executor profile. |
| _local/README.md | Adds the new profile to the local Procfile inventory, although its claim that every listed profile has a DAP variant is not yet satisfied. |
Reviews (4): Last reviewed commit: "wip" | Re-trigger Greptile
nikola-jokic
force-pushed
the
auth-fake-executor-profile
branch
2 times, most recently
from
August 18, 2026 08:04
d98bf12 to
a905c3b
Compare
nikola-jokic
force-pushed
the
auth-fake-executor-profile
branch
from
August 18, 2026 10:20
a905c3b to
4fb6203
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.
What type of PR is this?
Dev experience
What this PR does / why we need it
makes it easier to test job transformations without running executor while still having auth logic.