|
From: <Rei...@mg...> - 2007-03-13 13:25:13
|
Thanks, I get that now. What if I don't need a restriction to groupIds? = I want to globally allow users to be deployers. And how does this relate = to the GUI? I want to also either enable or disable the deploy = functionality to a user in the GUI. The same goes for import/export. Reinhard -----Original Message----- From: art...@li... = [mailto:art...@li...] On Behalf Of = Yoav Landman Sent: Dienstag, 13. M=E4rz 2007 11:42 To: art...@li... Subject: Re: [Artifactory-users] Need help on user/group setup Just to make this clearer by example, if you need to deploy an artifact = with a groupId of "org.apache.maven" you will need to create a group = with any of the following names (prefixes): org, org.apache or org.apache.maven and assign a user as a deployer to this group. For authenticating via Maven, this user will have to add the following = to his settings.xml: <servers> <server> <id>repository-name-used-in-the-pom-to-refer-to-artifactory</id> <username>myUsername</username> <password>myPassword</password> </server> </servers> On 3/13/07, Yoav Landman <yla...@gm...> wrote: > Security works the following way: > > GROUPS > You can create groups, each group uses a groupId prefix as its name. > This prefix translates to a path prefix for artifacts in the=20 > repositories, and is used to determine the effective permissions when=20 > referring to a repository path. > For each group you can assign users to 3 types of roles: > (1) Deployers - can deploy/remove (undeploy) artifacts. > (2) Viewers - can download artifacts (simple browsing is still enabled = > for anyone), unless a repository has the <anonDownloadsAllowed> flag=20 > set to true (the default), then anybody can download regardless. > (3) Admins - currently unimplemented (will be used to allow management = > of users within a group in the next version). > > USERS > A defined user can either be a simple user or an admin which is=20 > similar to a root user (has all 3 roles for any group). > > We will add this to the docs. > > HTH, > > Yoav > > On 3/13/07, Reinhard N=E4gele <Rei...@mg...> wrote: > > > > > > I am still evaluating Artifactory and do like it, but I can't really = > > figure out how security works. I set up several users and groups and = > > assigned different permissions. Whatever I tried, any user I had set = > > up only had browse and search functionality in the GUI. I would like = > > to set up different users according to the available permissions = (admins, deployers, viewers). > > How would I do that? We definitely need better documentation,=20 > > especially in this area. > > > > Thanks, > > Reinhard > > > > -------------------------------------------------------------------- > > ----- Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > SourceForge.net's Techsay panel and you'll get the chance to share=20 > > your opinions on IT & business topics through brief surveys-and earn = > > cash=20 > > = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= D > > EVDEV _______________________________________________ > > Artifactory-users mailing list > > Art...@li... > > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > > -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join = SourceForge.net's Techsay panel and you'll get the chance to share your = opinions on IT & business topics through brief surveys-and earn cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Artifactory-users mailing list Art...@li... https://lists.sourceforge.net/lists/listinfo/artifactory-users |