zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

wrong api credentials after joining a cluster with --wait option #29

Closed janatzend closed 10 years ago

janatzend commented 10 years ago

when joining a new server to an existing cluster with method serverAddToCluster and option --wait, an exception ("Incorrect signature or unknown identity") is thrown. This is because the check whether the new server joined successful is done with the new server's credentials, but not with the cluster credentials.