chore(rbac): remove obsolete Mongo index initializer - #2459
Draft
kevkantes wants to merge 1 commit into
Draft
Conversation
Signed-off-by: kevkantes <kkantesa@cisco.com>
kevkantes
force-pushed
the
prebuild/chore/remove-rbac-mongo-index-initializer
branch
from
August 22, 2026 15:07
f1dc653 to
b54a46d
Compare
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
9 tasks
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.
NEEDS DISCUSSION
@sriaradhyula — this removes the standalone RBAC Mongo index initializer introduced in #1407. Please confirm that no external/operator runbook still relies on it.
Related to #2444; this PR does not close that issue.
Description
Removes
scripts/init-rbac-mongo-indexes.ts, an uncalled one-off initializer, and updates the canonical RBAC file map to point to the supported versioned migration registry instead.Audit evidence:
rbac_indexes_v1migration inui/src/lib/rbac/migrations/registry.tsowns RBAC index creation through the supported admin migration surface.ui/src/lib/mongodb.tsowns application-managed indexes.Type of Change
Pre-release Helm Charts (Optional)
Not applicable.
Checklist
Validation
git diff --check main...HEADscripts/init-rbac-mongo-indexes.ts; replace its canonical file-map entry withui/src/lib/rbac/migrations/registry.ts.