[ https://issues.apache.org/jira/browse/DTACLOUD-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Enrique Fernandez Casado updated DTACLOUD-458: ---------------------------------------------- Description: When sending a 'run on instance' request, Deltacloud (or the EC2 driver) seems to have the 'root' user hardcoded. The end-user should be able to specify the username he wants to remotely execute the command as (e.g. -F "username=<username>" using CURL). https://github.com/apache/deltacloud/blob/master/server/lib/deltacloud/drivers/ec2/ec2_driver.rb#L305 'root' is not the default user for Linux instances any more. It is actually quite common to find Linux instances where the 'ec2-user' user is required. was:When sending a 'run on instance' request, Deltacloud (or the EC2 driver) seems to have the 'root' user hardcoded. The end-user should be able to specify the username he wants to remotely execute the command as (e.g. -F "username=<username>" using CURL). > When sending a 'run on instance' request, the user should be able to specify > the username > ----------------------------------------------------------------------------------------- > > Key: DTACLOUD-458 > URL: https://issues.apache.org/jira/browse/DTACLOUD-458 > Project: DeltaCloud > Issue Type: Bug > Environment: Latest Deltacloud version from GitHub repository. EC2 > driver. > Reporter: Enrique Fernandez Casado > > When sending a 'run on instance' request, Deltacloud (or the EC2 driver) > seems to have the 'root' user hardcoded. The end-user should be able to > specify the username he wants to remotely execute the command as (e.g. -F > "username=<username>" using CURL). > https://github.com/apache/deltacloud/blob/master/server/lib/deltacloud/drivers/ec2/ec2_driver.rb#L305 > 'root' is not the default user for Linux instances any more. It is actually > quite common to find Linux instances where the 'ec2-user' user is required. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira