ymc-geko / ansible-cdh-cluster

install Cloudera's distribution of Hadoop including Cloudera Manager and Cloudera Search (Beta)
31 stars 11 forks source link

HUE Search installation fails for passwords with ; #4

Open jkirsch opened 11 years ago

jkirsch commented 11 years ago

The curl command currently does not escape the password

The following will fail

/usr/bin/curl -s -X POST -u admin:password; 'http://cloudera-manager:7180/api/v1/

Here ";" needs to be properly escaped

ymc-geko commented 11 years ago

The issue has been fixed in current working branch. Will be available after next merge.