[Fleet] API Key generated by superuser does not have permissions to upload packages #166473
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
Uploading a package using an API key (generated by a user with superuser privileges) errors with a 403 Forbidden.
This issue was found in 8.6.2 and above.
Reproduction steps
superuser
Investigation
Checking the error message it comes from the router;
The upload package api requires superuser access, I printed
authz
from here and gotSo the issue seems to be on
"uploadPackages": false
, but I didn't go further on investigating why this happens.The text was updated successfully, but these errors were encountered: