mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 05:01:13 +08:00
Add new security related entry
This commit is contained in:
parent
0370975718
commit
d7c201a6e2
1 changed files with 6 additions and 1 deletions
|
@ -44,3 +44,8 @@ Best ways:
|
||||||
|
|
||||||
Since v3.0.0, we have config inheritance. Showing the actual config helps diag issues, but we need to be careful not
|
Since v3.0.0, we have config inheritance. Showing the actual config helps diag issues, but we need to be careful not
|
||||||
to show actual secrets.
|
to show actual secrets.
|
||||||
|
|
||||||
|
# NPF-SEC-00009: Manager password in CLI mode
|
||||||
|
|
||||||
|
When using `--show-config --manager-password password`, we should only show unencrypted config if password is set.
|
||||||
|
Also, when wrong password is entered, we should wait in order to reduce brute force attacks.
|
Loading…
Add table
Reference in a new issue