|
I want to restrict some users to do eployments ONLY from maven, and deny them the ability to deploy things from the web ui.
Ideally I would like to disable the web access altogether for anyone but admins, but failing that removing the 'deploy' tab is a start. Is this possible? If so - how? |
|
Using user plugins you should be able to get the upload request and determine what user-agent uploaded the file.
You can also catch the afterCreate event and veto the artifact save if the current user is not an admin.
It is not possible to modify the UI's upload tab. For that, you'd need to build Artifactory from source after and modify the tab's permission logic. Yoav
On Wed, Jan 25, 2012 at 3:21 AM, kittle <[hidden email]> wrote: I want to restrict some users to do eployments ONLY from maven, and deny them ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
Thanks for the update.
How does one rebuild artifactory from source? hopefully you have a link handy, I have abysmal luck at searching the documentation site. Removing the 'Deploy' tab completely will solve some of our issues. |
|
Artifactory's built using Maven. Once you've obtained the code from here, run:In the root of the directory you've checked out. HTH, Noam
On Wed, Jan 25, 2012 at 9:17 PM, kittle <[hidden email]> wrote: Thanks for the update. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
| Powered by Nabble | See how NAML generates this page |
