Okay, so I dug into the source code and found out that the user needs
permissions to any path in the distribution repo. Maybe this could be made
clearer in the docs.
DistributionServiceImpl lines 196 ff.
///Distribute permission == deploy to root of dist repo
if (!authorizationService.canDeploy(repo.getRepoPath("."))) {/
After granting permissions with pattern '**', the distribution feature is
available for the user in the Web UI and does work. However, it still does
not work using the REST API.
/"status" : 403,
"message" : "Invalid user for operation - you do not have the required
permission, user: foo"/
/BintrayRestHelper.isPushToBintrayAllowed/ returns false.
What else is missing?
Thanks,Reinhard




--
View this message in context: 
http://forums.jfrog.org/Distribution-to-Bintray-only-available-for-Admin-users-tp7581069p7581072.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Artifactory-users mailing list
Artifactory-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to