[ 
https://issues.jenkins-ci.org/browse/JENKINS-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159005#comment-159005
 ] 

SCM/JIRA link daemon commented on JENKINS-5867:
-----------------------------------------------

Code changed in jenkins
User: Frank Bille
Path:
 .gitignore
 pom.xml
 src/main/java/hudson/plugins/ec2/EC2Cloud.java
 src/main/java/hudson/plugins/ec2/EC2Computer.java
 src/main/java/hudson/plugins/ec2/EC2ComputerLauncher.java
 src/main/java/hudson/plugins/ec2/EC2PrivateKey.java
 src/main/java/hudson/plugins/ec2/EC2Slave.java
 src/main/java/hudson/plugins/ec2/Eucalyptus.java
 src/main/java/hudson/plugins/ec2/InstanceState.java
 src/main/java/hudson/plugins/ec2/SlaveTemplate.java
 src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java
 src/main/java/hudson/plugins/ec2/ssh/HostKeyVerifierImpl.java
 src/test/java/hudson/plugins/ec2/ListRegions.java
 src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java
 src/test/java/hudson/plugins/ec2/TemplateLabelsTest.java
http://jenkins-ci.org/commit/ec2-plugin/104e585c8129e9c485a18356dc4e0402b6ec6414
Log:
  [FIXED JENKINS-12539] Convert to Amazon AWS libraries
[FIXED JENKINS-5867] Allow Amazon EC2 Plugin to not require root access



                
> Allow Amazon EC2 Plugin to not require root access
> --------------------------------------------------
>
>                 Key: JENKINS-5867
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-5867
>             Project: Jenkins
>          Issue Type: New Feature
>          Components: ec2
>         Environment: Hudson v1.348 and Hudson Amazon EC2 plugin v1.6 
>            Reporter: gregcoit
>            Assignee: francis Upton
>         Attachments: ec2-reconnect-root-handling.patch
>
>
> the Amazon EC2 Plugin requires root access - either by ssh'ing to to root or 
> requiring the non-root user to have sudo.  Our slave AMI's are designed to 
> use the user "hudson" - no root access is required for the slave to do it's 
> work.  
> The solution here is to use the "Remote user" dir if no "Root command prefix" 
> is given (rather than assuming root).
> Thanks!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to