Hi all,
we created a Config Backup using /api/support/configuration-backup/backups/UID/Backup.7z and a User with a custom Role. For testing purposes, the role had Access Level "all" on /api, like the default admin Role.
A link to download the Backup file was returned, https://NodeIP/backups/Backup.7z
With the same User that created the Backup file, we tried to download it using the link. That doesn't work, following Error Message is returned.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Unauthorized</title>
</head><body>
<h1>Unauthorized</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
</body></html>
When we assign the same user the default admin or even the readonly Role, the download link works immediately.
Does anybody know why it won't work with a custom Role? Is there a limitation on which Roles can access the download link? Is it some kind of certificate issue?
Thank you