RE: API Signing Issue

2015-03-31 Thread Blake Ferkingstad
ignature=' . $signature; return $url; } Thanks, Blake Ferkingstad -Original Message- From: Blake Ferkingstad [mailto:bferkings...@acentek.net] Sent: Monday, March 30, 2015 11:51 AM To: users@cloudstack.apache.org Subject: RE: API Signing Issue Hi Nux!, Thanks for the link,

Re: API Signing Issue

2015-03-31 Thread Phillip Kent
Hi Blake, Signing requires this ordering: convert to lower case sort on the parameter keys I think your code is doing the other way around? Phillip -- Forwarded message -- From: Blake Ferkingstad To: "users@cloudstack.apache.org" Cc: Date: Mon, 30 Mar 2015 15:17:23 + S

Re: API Signing Issue

2015-03-30 Thread Erik Weber
ave noticed is that it seems to work with commands that don't have > an attribute that is alphabetically greater than apiKey, like accounttype. > > > -Original Message- > From: Erik Weber [mailto:terbol...@gmail.com ] > Sent: Monday, March 30, 2015 11:09 AM > To: users@cl

Re: API Signing Issue

2015-03-30 Thread Jeff Hair
Sent: Monday, March 30, 2015 11:35 AM > To: users@cloudstack.apache.org > Subject: Re: API Signing Issue > > You might be able to "bypass" the problem by using the integration port (make > sure to firewall it as it allows non-auth requests), though I'd also be > curious fo

RE: API Signing Issue

2015-03-30 Thread Blake Ferkingstad
users@cloudstack.apache.org Subject: Re: API Signing Issue You might be able to "bypass" the problem by using the integration port (make sure to firewall it as it allows non-auth requests), though I'd also be curious for a solution. https://cloudstack.apache.org/docs/en-US/Apa

Re: API Signing Issue

2015-03-30 Thread Nux!
You might be able to "bypass" the problem by using the integration port (make sure to firewall it as it allows non-auth requests), though I'd also be curious for a solution. https://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.0-incubating/html-single/API_Developers_Guide/#enabling-por

RE: API Signing Issue

2015-03-30 Thread Blake Ferkingstad
works with other commands. What I have noticed is that it seems to work with commands that don't have an attribute that is alphabetically greater than apiKey, like accounttype. -Original Message- From: Erik Weber [mailto:terbol...@gmail.com] Sent: Monday, March 30, 2015 11:09 A

Re: API Signing Issue

2015-03-30 Thread Erik Weber
No html entities or similar in $cmd that could be exploded and mistaken as a parameter? Erik Den mandag 30. mars 2015 skrev Blake Ferkingstad følgende: > Hello everyone, > > > > I have a question on my API Signing code. The code below I have tested on > commands like createDomain, listTemplates