Open supersujj opened 6 years ago
Can you please paste the *.cnf
file that is causing this problem?
Friendly ping
2019-04-17 17:17:26 FATAL Failed to parse gcfg data from file: /etc/orchestrator-topology.cnf.json:1:1: illegal character U+007B '{'
~$ cat /etc/orchestrator-topology.cnf.json
{
"MySQLTopologyUser": "orchestrator",
"MySQLTopologyPassword": "orc_topology_password",
}
taken verbatim from the documentation configuration-discovery-basic.md
If it's a config file, why is the example in json?
The snippet you pasted follows the text "You may choose to use plaintext credentials:", which shows this as an alternative to using cfg files.