Artifactory Permissions

I have configuration problems using Maven + Artifactory.

I am trying to upload a new external file using a user created in Artifactory and my Artifactory does not upload declaring "Access denied", but if I put the same credentials as in the remote settings, my application can download all external banks.

If I use the same resolution option of my remote configuration settings.xmlwhere Artifactory (user admin) is installed, I can quickly do the download.

Is there some way I can configure to create a user in my Artifactory and configure permission to download new artifacts? Because I have not found anywhere.

I think it is safer for my company if I have the opportunity to create a new user in my Artifactory and just give permission: read and download new artifacts, but this parameter does not exist in Artifactory.

How can i do this?

+3
source share
2 answers

Since you created a custom object in Artifactory, make sure that it has received at least read permissions in all repositories that you want to allow.

Maven Artifactory Maven; (, , ). mvn help: , , .

, , , .

+6

All Articles