Refactor: Rename rossocortex → cortex (follow-up)#735
Conversation
The extensions repo's final name is `cortex` (rossoctl/cortex), not `rossocortex`. Updates the remaining reference left after rossoctl#733 merged — the AuthBridge cross-repo link now points at rossoctl/cortex. Related to #1972 Assisted-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com>
mrsabath
left a comment
There was a problem hiding this comment.
Summary
Approving — a correct, minimal follow-up. Updates two AuthBridge cross-repo doc-link comments in mcp/weather_tool/deployment/k8s.yaml from github.com/rossoctl/rossocortex/... to github.com/rossoctl/cortex/.... Both are inside YAML # comments (the functional rossoctl.io/inject: disabled label is untouched), and rossoctl/cortex exists so the link now resolves. Signed-off, CI green, already approved by @esnible.
Heads-up (out of scope for this PR — not blocking)
While verifying the link target I noticed the rossocortex → cortex rename appears incomplete beyond this repo, in code that has already merged:
rossoctl/cortexstill declares its Go modules asmodule github.com/rossoctl/rossocortex/authbridge/...(e.g.authbridge/authlib/go.mod).rossoctl/operator'stoken-broker/go.modstillrequiresgithub.com/rossoctl/rossocortex/authbridge/authlib.- But
github.com/rossoctl/rossocortexreturns 404 with no redirect (that repo name never existed — the repo iscortex). Sogo geton that module path will fail; the module path and the repo name are out of sync.
This PR correctly fixes the one reference in examples; the remaining fix (rename the module path rossocortex → cortex in rossoctl/cortex and update the token-broker require in rossoctl/operator, then go mod tidy) belongs in those two repos. Flagging so it isn't lost — happy to open a tracking issue if useful.
Areas reviewed: YAML/K8s manifest, cross-repo link correctness, CI, commit conventions.
Commits: 1, signed-off ✅. CI: all green.
Summary
Follow-up to the Kagenti → Rossoctl rename (#733): the extensions repo's final name is
cortex(rossoctl/cortex), notrossocortex. Updates the one remaining reference (AuthBridge cross-repo link).Verification
rossocortexandkagentiRelated issue(s)
Related to #1972