Skip to content

Commit

Permalink
docs: include warning in help text of base wallet routes arg
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Jun 22, 2022
1 parent 8d98642 commit 8d856c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aries_cloudagent/config/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,9 @@ def add_arguments(self, parser: ArgumentParser):
required=False,
metavar="<REGEX>",
help=(
"Patterns matching admin routes that should be permitted for base wallet."
"Patterns matching admin routes that should be permitted for "
"base wallet. The base wallet is preconfigured to have access to "
"essential endpoints. This argument should be used sparingly."
),
)

Expand Down

0 comments on commit 8d856c9

Please sign in to comment.