bee icon indicating copy to clipboard operation
bee copied to clipboard

Fix discrepancy in config files and `bee printconfig` command

Open NoahMaizels opened this issue 1 year ago • 0 comments

⚠️ Requests for support in an issue-format will be closed immediately. For support questions, we welcome you to our Discord.

Task

The configuration files found in https://github.com/ethersphere/bee/tree/master/packaging such as https://github.com/ethersphere/bee/blob/master/packaging/bee.yaml are either incomplete or contain deprecated / disabled options.

In /packaging

It appears that the neighborhood-suggester, target-neighborhood, and allow-private-cidrs options are all missing.

Fix:

The total set of available and non deprecated options should be reviewed and made to be the same for all bee config files from /packaging and the same set of options should print out when using the bee printconfig command.

Acceptance criteria

Once all the config files in /packaging contain all available and non deprecated options and when bee printconfig outputs those same options

NoahMaizels avatar Sep 09 '24 19:09 NoahMaizels