Skip to content

Commit

Permalink
add protected_rpcs to vctl authz add agent
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika committed Sep 30, 2024
1 parent 4eb8eea commit 13c61db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volttron/client/commands/authz_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def add_authz_parser(add_parser_fn, filterable):
add_agent_command.add_argument("identity", help="vip identity of the agent")
add_agent_command.add_argument("--role-names", "-rns", nargs="+",
help="name of role(s) to be assigned to this agent")
add_agent_command.add_argument("--protected-rpcs", "-rns", nargs="+",
add_agent_command.add_argument("--protected-rpcs", "-pts", nargs="+",
help="rpc exported methods of this agent that needs to be protected by "
"authorization rules")
add_agent_command.add_argument(
Expand Down

0 comments on commit 13c61db

Please sign in to comment.