Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cerberus api uses client.toml for internal rpc connections #57

Open
dswiatek opened this issue Jan 17, 2023 · 0 comments
Open

Cerberus api uses client.toml for internal rpc connections #57

dswiatek opened this issue Jan 17, 2023 · 0 comments

Comments

@dswiatek
Copy link

Cerberus API uses client.toml for internal connections to rpc port.

Generally "external" api port is defined in app.toml under [api] section and this setting works fine. Service bounds to the address and port from this setting.
But unexpected behaviour of the api appears when we used non standard ports. It occurs that internally api (as the wrapper for rpc) uses port for calling rpc from client.toml.

I think it should be treated as a bug. Client.toml should be only used for setting the behaviour of binary when it is used as client app, not for server settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant