You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected\n\nE2E suites should not attempt privileged LLM provider creation with a token that lacks permission. Similar to agents fix, reuse workflow-provisioned provider/model (AGYN_MODEL_ID) or ensure provisioning is done with a sufficiently privileged bootstrap token.
Tasks\n\n- Update go-core (and helper flow) to use the provisioned and corresponding token, rather than calling in-test with low privileges.\n- Keep true E2E constraints (Gateway APIs, no internal gRPC with injected identity).
Context\n\nApps PR #22 E2E rerun https://github.com/agynio/apps/actions/runs/26413860845 now gets past tracing-app, but go-core test fails:\n- \n- Error: (start_test.go:43)
Expected\n\nE2E suites should not attempt privileged LLM provider creation with a token that lacks permission. Similar to agents fix, reuse workflow-provisioned provider/model (AGYN_MODEL_ID) or ensure provisioning is done with a sufficiently privileged bootstrap token.
Tasks\n\n- Update go-core (and helper flow) to use the provisioned and corresponding token, rather than calling in-test with low privileges.\n- Keep true E2E constraints (Gateway APIs, no internal gRPC with injected identity).