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

Edge node publish mode is public despite setting edge_node_publish_mode to private on UserConfigs #12

Open
Valcyclovir opened this issue Nov 8, 2024 · 0 comments

Comments

@Valcyclovir
Copy link

Setup:
WSL2 with Ubuntu 24.04
Local Edge Node services with a pre-deployed local V8 DKG Core testnet node
All ports are default, all settings are default following boilerplate setup

Issue:
Despite changing UserConfigs edge_node_publish_mode to private, the logs on edge-node-api still displays "Edge node publish mode is public, aborting sync operation..."
image

image

Upon verifying edge-node-auth-service.UserConfigs I notice there are 2 strings with edge_node_publish_mode, string 1 and 35.

seeders/20241023152650-add_edge-node-publishing-mode.js seems to be adding the first edge_node_publish_mode line and then running the UserConfig.sql adds the second entry.

After removing one of the 2 entries and setting value to private, edge-node-api is able to detect the correct value!

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