Unverified Commit 6215b925 authored by Delweng's avatar Delweng Committed by GitHub

cmd/utils: make --authrpc.jwtsecret a DirectoryFlag (#25849)

Signed-off-by: 's avatarDelweng <delweng@gmail.com>
parent 400ab0d9
......@@ -631,7 +631,7 @@ var (
Value: strings.Join(node.DefaultConfig.AuthVirtualHosts, ","),
Category: flags.APICategory,
}
JWTSecretFlag = &cli.StringFlag{
JWTSecretFlag = &flags.DirectoryFlag{
Name: "authrpc.jwtsecret",
Usage: "Path to a JWT secret to use for authenticated RPC endpoints",
Category: flags.APICategory,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment