kcc-community/hive

(internal id = 15) The engine API should not be exposed

Closed this issue · 1 comments

(internal id = 15) The engine API should not be exposed

The authrpc should be disabled:

  --authrpc.jwtsecret value           Path to a JWT secret to use for authenticated RPC endpoints
  --authrpc.addr value                Listening address for authenticated APIs (default: "localhost")
  --authrpc.port value                Listening port for authenticated APIs (default: 8551)
  --authrpc.vhosts value              Comma separated list of virtual hostnames from which to accept requests (server enforced). Accepts '*' wildcard. (default: "localhost")