Grant calico-manager read access to UISettings for ui-apis#4676
Merged
caseydavenport merged 1 commit intotigera:masterfrom Apr 14, 2026
Merged
Grant calico-manager read access to UISettings for ui-apis#4676caseydavenport merged 1 commit intotigera:masterfrom
caseydavenport merged 1 commit intotigera:masterfrom
Conversation
ui-apis now serves UISettings reads on behalf of users via Voltron. It needs get/list/watch on uisettings, uisettingsgroups, and uisettingsgroups/data to fetch resources, then performs SubjectAccessReviews to enforce per-group RBAC before returning results.
pasanw
reviewed
Apr 13, 2026
pasanw
approved these changes
Apr 13, 2026
caseydavenport
added a commit
to caseydavenport/operator
that referenced
this pull request
Apr 16, 2026
…a#4676) ui-apis now serves UISettings reads on behalf of users via Voltron. It needs get/list/watch on uisettings, uisettingsgroups, and uisettingsgroups/data to fetch resources, then performs SubjectAccessReviews to enforce per-group RBAC before returning results.
caseydavenport
added a commit
to caseydavenport/operator
that referenced
this pull request
Apr 16, 2026
…a#4676) ui-apis now serves UISettings reads on behalf of users via Voltron. It needs get/list/watch on uisettings, uisettingsgroups, and uisettingsgroups/data to fetch resources, then performs SubjectAccessReviews to enforce per-group RBAC before returning results.
caseydavenport
added a commit
that referenced
this pull request
Apr 16, 2026
#4701) ui-apis now serves UISettings reads on behalf of users via Voltron. It needs get/list/watch on uisettings, uisettingsgroups, and uisettingsgroups/data to fetch resources, then performs SubjectAccessReviews to enforce per-group RBAC before returning results.
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.
ui-apis now serves UISettings and UISettingsGroups reads on behalf of users via Voltron. The calico-manager SA (which runs the ui-apis sidecar) needs broad read access to these resources so it can fetch them, then enforce per-group RBAC via SubjectAccessReviews before returning results to the user.
This adds
get/list/watchonuisettings,uisettingsgroups, anduisettingsgroups/datato the calico-manager ClusterRole. The duplicateuisettingsgroupslist-only rule is folded into the new rule.Related: https://github.com/tigera/calico-private/pull/11457