-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.19
-
None
-
Veeam Backup and Replication 12
-
Sprint 103 (Aug 2023)
-
1
Using the Veeam Backup and Replication template with a read-only user results in a "403 Forbidden" from the "/api/v1/services" endpoint. The endpoint is fetched but not used by the template. Patching the template by removing the endpoint fixes the issue.
Steps to reproduce:
- Create read-only user with "Veeam Backup Viewer" role in Veeam B&R
- Add template to host with URL, username and password macros set
- Wait for discovery
Result:
"403 Forbidden" from "/api/v1/services" endpoint.
Expected:
"2xx" from all endpoints.