Files
velero/changelogs
Adam Zhang 7562011b79 Fix DataUpload list scope in CSI PVC backup plugin
The `getDataUpload` function in the CSI PVC backup plugin was
previously making a cluster-scoped list query to retrieve DataUpload
CRs. In environments with strict minimum-privilege RBAC, this would
fail with forbidden errors.
This explicitly passes the backup namespace into the `ListOptions`
when calling `crClient.List`, correctly scoping the queries to the
backup's namespace. Unit tests have also been updated to ensure
cross-namespace queries are rejected appropriately.

Signed-off-by: Adam Zhang <adam.zhang@broadcom.com>
2026-04-10 15:53:46 +08:00
..
2023-03-09 14:24:51 +08:00
2022-11-25 17:14:52 +08:00
2023-08-18 16:05:50 +08:00
2024-06-13 11:21:00 +08:00
2024-10-22 18:30:26 +08:00
2025-03-28 11:38:14 +08:00
2025-08-27 17:43:42 +08:00