Consolidate two project secret columns into one#16642
Merged
momesgin merged 13 commits intorancher:masterfrom Feb 26, 2026
Merged
Consolidate two project secret columns into one#16642momesgin merged 13 commits intorancher:masterfrom
momesgin merged 13 commits intorancher:masterfrom
Conversation
richard-cox
reviewed
Feb 12, 2026
richard-cox
reviewed
Feb 12, 2026
richard-cox
reviewed
Feb 12, 2026
added 7 commits
February 12, 2026 08:30
momesgin
commented
Feb 24, 2026
| return this.$rootGetters[`${ STORE.MANAGEMENT }/byId`](MANAGEMENT.PROJECT, `${ this.projectScopedClusterId }/${ this.projectScopedProjectId }`); | ||
| } | ||
|
|
||
| get clusterAndProjectLabel() { |
Member
Author
There was a problem hiding this comment.
this was not needed anymore
momesgin
commented
Feb 24, 2026
momesgin
commented
Feb 24, 2026
richard-cox
reviewed
Feb 26, 2026
richard-cox
approved these changes
Feb 26, 2026
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.
Summary
Fixes #14892
Occurred changes and/or fixed issues
SecretOriginformatter component to handle the display logic for the new column.shell/edit/secret/index.vueto prevent potential runtime errors.Technical notes summary
SECRET_CLONEandSECRET_PROJECT_SCOPEDheaders withSECRET_ORIGINinshell/config/table-headers.jsandshell/list/secret.vue.SecretOrigin.vuecomponent handles fetching necessary project/cluster data for the tooltip if it's missing from the store.clusterAndProjectLabelgetter fromshell/models/secret.js.management.cattle.io/project-scoped-secret-copyannotation.Areas or cases that should be tested
Make sure to enable this option "
Show dynamic Namespaces managed by Rancher (not intended for editing or deletion)" in preferences to be able to see the PSS created from downstream clusters in the local's secrets list page.Areas which could experience regressions
Screenshot/Video
Checklist
Admin,Standard UserandUser Base