fix(e2e): add cluster-scoped RBAC for E2E service account #60
Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from
gandalf/fix-e2e-rbac-cluster-scoped-permissions into main
pull from: gandalf/fix-e2e-rbac-cluster-scoped-permissions
merge into: privilegedescalation:main
privilegedescalation:main
privilegedescalation:gandalf/fix-echo-printf-pri-1757
privilegedescalation:dev
privilegedescalation:gandalf/pri-1749-inline-release
privilegedescalation:gandalf/pri-1750-inline-workflows
privilegedescalation:gandalf/remove-installation-policy
privilegedescalation:gandalf/pri-1636-inline-dual-approval
privilegedescalation:inline-ci-edb7f04a
privilegedescalation:uat
privilegedescalation:gandalf/fix-pnpm-ignored-builds
privilegedescalation:gandalf/fix-ci-lockfile
privilegedescalation:hugh/normalize-e2e-workflow-to-main
privilegedescalation:gandalf/fix-storage-classes-test
privilegedescalation:gandalf/fix-e2e-pri-935-storage-classes-button-role
privilegedescalation:hugh/fix-configmap-naming-pri-907
privilegedescalation:hugh/fix-e2e-deploy-step-pri-956
privilegedescalation:gandalf/fix-e2e-pri-879
privilegedescalation:hugh/fix-e2e-plugin-name-20260506123605
privilegedescalation:hugh/fix-e2e-ref
privilegedescalation:fix/elliptic-override-ghsa-848j-6mx2-7j84
privilegedescalation:gandalf/e2e-fix
privilegedescalation:gandalf/fix-flaky-storage-class
privilegedescalation:gandalf/fix-e2e-storage-class-selector
privilegedescalation:fix/elliptic-vulnerability-override
privilegedescalation:e2e-infra-sync
privilegedescalation:gandalf/add-e2e-infra
privilegedescalation:gandalf/consolidate-e2e-pr
privilegedescalation:pr-38
privilegedescalation:fix-lodash
privilegedescalation:release/v1.0.1
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
169d2ec91b |
fix(e2e): add cluster-scoped RBAC for E2E service account
The headlamp-e2e-test service account needs cluster-wide read permissions for storageclasses, cephclusters, persistentvolumes, and persistentvolumeclaims so the Rook plugin sidebar can populate these resources without errors. - Add ClusterRole headlamp-e2e-test-reader with get/list/watch on storageclasses, cephclusters, cephclusters/status, persistentvolumes, persistentvolumeclaims - Add ClusterRoleBinding headlamp-e2e-test-crb binding the role to the headlamp-e2e-test service account - Update teardown to also clean up the ClusterRole and ClusterRoleBinding Fixes: PRI-741 Co-Authored-By: Paperclip <noreply@paperclip.ing> |