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

Remove --host-whitelist 2.0 #7884

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JanetMo
Copy link

@JanetMo JanetMo commented Nov 17, 2024

remove the --host-whitelist option, issue #7761

deleted the command and it's associated tests, the changelog was already adapted

Signed-off-by: Marlene Marz <m.marz@kabelmail.de>
Signed-off-by: Marlene Marz <m.marz@kabelmail.de>
paramLabel = "<hostname>[,<hostname>...]... or * or all",
description =
"Deprecated in favor of --host-allowlist. Comma separated list of hostnames to allow for RPC access, or * to accept any host (default: ${DEFAULT-VALUE})")
private final JsonRPCAllowlistHostsProperty hostsWhitelist = new JsonRPCAllowlistHostsProperty();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also some code in the configure method of BesuCommand that uses the hostsWhitelist variable that needs to be removed as well

@macfarla macfarla marked this pull request as draft November 19, 2024 06:16
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

Successfully merging this pull request may close these issues.

2 participants