Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kapua-dev] Issue (#1475) when removing default user Kapua-Sys

If you change credentials it locks out kapua-sys when it tries to connect with default password.

If you are running console from docker, add this to command line when docker is run (run not start):

 

--env transport.credential.password=mysecret

 

My example:

docker run -td --name kapua-console --link kapua-sql:db --link kapua-broker:broker --link kapua-elasticsearch:es -eBROKER_PORT_1883_TCP_ADDR=172.17.0.1 --env transport.credential.password=toomanysecrets -p 8080:8080 kapua/kapua-console:0.3.2

 

Tell me if it helps

 

From: "kapua-dev-bounces@xxxxxxxxxxx" <kapua-dev-bounces@xxxxxxxxxxx> on behalf of "Carre, Laurent (Nokia - FR/Paris-Saclay)" <laurent.carre@xxxxxxxxx>
Reply-To: "kapua-dev@xxxxxxxxxxx" <kapua-dev@xxxxxxxxxxx>
Date: Monday, March 5, 2018 at 3:47 PM
To: "kapua-dev@xxxxxxxxxxx" <kapua-dev@xxxxxxxxxxx>
Subject: [kapua-dev] Issue (#1475) when removing default user Kapua-Sys

 

 

For security reasons, we have removed the default user (credentials known on the internet), but then Kapua does not work anymore. Opened an issue on Github for that as I did not found anything similar.

 

Rgds

 

Laurent Carré

AirSense venture director

Mobile Networks, Nokia

 

m: +336 0717 4588 | internal 8827414

 

 

 


Back to the top