Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kapua-dev] Client Command
  • From: "Mezzasalma, Claudio" <Claudio.Mezzasalma@xxxxxxxxxxxx>
  • Date: Wed, 11 Mar 2020 16:01:28 +0000
  • Accept-language: it-IT, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=eurotech.com; dmarc=pass action=none header.from=eurotech.com; dkim=pass header.d=eurotech.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=t75g8ZSsvHQ4oOQVf0mKh9FnRlHII3kFKTtXKr5soSw=; b=Bmn/N2JjPOspS5fWUsjZ9R7f8hvg7tPx8B02bV0zTJ/BlaaEI3toFtqzSrVcfxXDKeUKKUIJCYzvoUeexk6aNlGpiRdMU3YywKzSriHIYcAUGUst0RvKdJtwit89O+vCAVjKgIZvn3nWZ86hLcavqMLfgOB3Lhcp++Sh8wy2wzxN55BmDbEDMWnRRjOjdHNSkN4AyT75GF+uVhNvd6tX2RSzb/yMnVo0z8qwxHF4W/St31z1FyYbPOuebyHJGKZE1w4z+KPrakDbs+Fb6o2V3TCe1OyzNhGV0bxG7LSAUIGpPKG0AzAxrr2r2p9S2UwuuHFrTBrD9fcdYUBEVWP8ig==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LCaQg0cWf5KLvX7kE0BbwqnV4arBgZWRWrlTO5OjAb+4gQ7QF3e3gw0CdqHg9WBYFPv13iPXepKLY3ozp5yAy72EJZ4cjmWW+EXWL+xRVCi3k/XNf/dLTVF7JfVr8q3KIFU16wxHaA9X+vsiEL+vrZvxZc2JxQ9nmOgCLEEkpyD11GY576705X9v5p1GQPiNM2ypd3bilMwHlGJO1VPATp/kRzy7Qp/b6y713PBTsqI531M+2bxNhYixxWLGbCyg6IqCs/ChcwdkG82bJiWVo4n8usHdkWyTApGqJNTwgU+ZjBuHKTmukJ2eFVG9oD40LiYW8dw633MTYsdpj5voOg==
  • Delivered-to: kapua-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/kapua-dev>
  • List-help: <mailto:kapua-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/kapua-dev>, <mailto:kapua-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/kapua-dev>, <mailto:kapua-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHV975SoKmbERt29ku2YYUtneRM5Q==
  • Thread-topic: [kapua-dev] Client Command

You should pass the password as a string, not as a string array. Also, for further reference, you can usually find more details about errors in the Docker containers logs

 

-- 

Claudio Mezzasalma | Eurotech

 

Da: <kapua-dev-bounces@xxxxxxxxxxx> per conto di "Shankar, Ramraj" <Ramraj.Shankar@xxxxxxxx>
Risposta: kapua developer discussions <kapua-dev@xxxxxxxxxxx>
Data: mercoledì 11 marzo 2020 14:56
A: "kapua-dev@xxxxxxxxxxx" <kapua-dev@xxxxxxxxxxx>
Oggetto: [kapua-dev] Client Command

 

Hello,

 

I am getting the error shown in the attachment when I run the client code command.

 

Also I am getting error 500 when I run : curl -X POST 'http://localhost:8081/v1/authentication/user' --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{

  "password": [
    "kapua-password"
  ],
  "username": "kapua-sys"
}'
Could you please help me?

Back to the top