Skip to content

Commit

Permalink
chore: add --rpc.auth flag as option to ironfish start command (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowparks authored Nov 1, 2023
1 parent 2f14c8d commit fc64c5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ironfish-cli/src/commands/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import {
ConfigFlagKey,
DataDirFlag,
DataDirFlagKey,
RpcAuthFlag,
RpcAuthFlagKey,
RpcHttpHostFlag,
RpcHttpHostFlagKey,
RpcHttpPortFlag,
Expand Down Expand Up @@ -47,6 +49,7 @@ export default class Start extends IronfishCommand {
[RpcUseTcpFlagKey]: { ...RpcUseTcpFlag, allowNo: true },
[RpcUseHttpFlagKey]: { ...RpcUseHttpFlag, allowNo: true },
[RpcTcpTlsFlagKey]: RpcTcpTlsFlag,
[RpcAuthFlagKey]: RpcAuthFlag,
[RpcTcpHostFlagKey]: RpcTcpHostFlag,
[RpcTcpPortFlagKey]: RpcTcpPortFlag,
[RpcHttpHostFlagKey]: RpcHttpHostFlag,
Expand Down

0 comments on commit fc64c5a

Please sign in to comment.