how to disable deploy via web ui

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

how to disable deploy via web ui

kittle
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?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how to disable deploy via web ui

Yoav  Landman
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
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?

--
View this message in context: http://forums.jfrog.org/how-to-disable-deploy-via-web-ui-tp7222574p7222574.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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


------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how to disable deploy via web ui

kittle
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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how to disable deploy via web ui

Noam Y. Tenne
Artifactory's built using Maven.
Once you've obtained the code from here, run:

mvn clean install -Partifactory -Prelease

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.

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.

--
View this message in context: http://forums.jfrog.org/how-to-disable-deploy-via-web-ui-tp7222574p7224817.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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


------------------------------------------------------------------------------
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
Loading...