If I have a distributed setup and I want to make API calls for host 2 to master host 1 it doesn't seem to work. Is that "known"?
For instance Host1 is my Master Node, Host2 is child node to Host1. When I run api calls against hosts defined in Host1 to Host1 it works fine, however when I try and run API calls to hosts defined on Host2 via Host1 I get a mysql error?
For instance Host1 is my Master Node, Host2 is child node to Host1. When I run api calls against hosts defined in Host1 to Host1 it works fine, however when I try and run API calls to hosts defined on Host2 via Host1 I get a mysql error?
Comment