chart: platform-mode apps mount no app-auth secret (0.6.1) #13
No reviewers
Labels
No labels
agent-work
agent-working
ultracode
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
open-platform/app-template!13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/platform-mode-no-oauth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gates the
app-authenvFrom onauth.mode==app. Platform-mode apps authenticate via the shared forwardAuth edge (one OAuth registration for the whole fleet) and no longer carry a per-app app-auth secret — so the pod must not require it. app-mode apps (per-user Forgejo token, e.g. warden) unchanged. Pairs with mcp 0.39.0. 35/35 tests, helm-template verified both modes.