Skip to content

Commit

Permalink
cmd/utils: make --authrpc.jwtsecret a DirectoryFlag (#25849)
Browse files Browse the repository at this point in the history
Signed-off-by: Delweng <[email protected]>
  • Loading branch information
jsvisa authored Sep 22, 2022
1 parent 400ab0d commit 6215b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6215b92

Please sign in to comment.