SREP-3469 Add read-only backplane RBAC for ROSAAiAgent#2665
SREP-3469 Add read-only backplane RBAC for ROSAAiAgent#2665tiwillia wants to merge 1 commit intoopenshift:masterfrom
Conversation
Create cluster-side namespace and SubjectPermission for the ROSAAiAgent backplane role. Uses only backplane-readers-cluster and dedicated-readers (Tier 3 pattern) to guarantee read-only access with no write, elevation, or impersonation capabilities.
WalkthroughThis pull request introduces a new Kubernetes/OpenShift deployment for an AI agent service in the backplane, adding a namespace definition, subject permission controls, and deployment configuration files. All changes are declarative manifest additions without functional code modifications. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tiwillia The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@tiwillia: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
feature
What this PR does / why we need it?
Create cluster-side namespace and SubjectPermission for the ROSAAiAgent backplane role. Uses only backplane-readers-cluster and dedicated-readers (Tier 3 pattern) to guarantee read-only access with no write, elevation, or impersonation capabilities.
Which Jira/Github issue(s) this PR fixes?
SREP-3469
Relates to #2665
Special notes for your reviewer:
Relates to https://gitlab.cee.redhat.com/service/uhc-account-manager/-/merge_requests/5158 which introduces the role in AMS
Summary by CodeRabbit