You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable: controller_private_ip is required
Variable: controller_public_ip is not required with default value of "0.0.0.0"
Variable: private_mode default to false
When controller_private_ip is provided (as required), controller_public_ip and private_mode follows default value. This results the local.controller_ip to be "0.0.0.0", and when tried to logon to CoPilot it will fail to authenticate to Controller with ip: "0.0.0.0"
According to Reid Price:
"I believe this is still a bug though, copilot expects to use the private ip by default. it is happy to have both the private and public, and can work with just one or the other (except for private mode, where we need the private IP)"
I've performed a manual deployment of controller, during the first authentication, specified controller private IP only.
Then reviewed /etc/copilot/db.json.tmp /etc/copilot/db.json, it has following entries
Variable: controller_private_ip is required
Variable: controller_public_ip is not required with default value of "0.0.0.0"
Variable: private_mode default to false
Local variables
When controller_private_ip is provided (as required), controller_public_ip and private_mode follows default value. This results the local.controller_ip to be "0.0.0.0", and when tried to logon to CoPilot it will fail to authenticate to Controller with ip: "0.0.0.0"
According to Reid Price:
"I believe this is still a bug though, copilot expects to use the private ip by default. it is happy to have both the private and public, and can work with just one or the other (except for private mode, where we need the private IP)"
I've performed a manual deployment of controller, during the first authentication, specified controller private IP only.
Then reviewed /etc/copilot/db.json.tmp /etc/copilot/db.json, it has following entries
Following fields are populated:
Above bug is causing both fields been populated with "0.0.0.0"
The text was updated successfully, but these errors were encountered: