mirror of
https://github.com/safing/portbase
synced 2025-09-17 02:29:50 +00:00
Mark config options as sensitive
This commit is contained in:
parent
1546261fcc
commit
deef6cdafc
3 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,7 @@ func registerConfig() error {
|
|||
Name: "API Keys",
|
||||
Key: CfgAPIKeys,
|
||||
Description: "Define API keys for priviledged access to the API. Every entry is a separate API key with respective permissions. Format is `<key>?read=<perm>&write=<perm>`. Permissions are `anyone`, `user` and `admin`, and may be omitted.",
|
||||
Sensitive: true,
|
||||
OptType: config.OptTypeStringArray,
|
||||
ExpertiseLevel: config.ExpertiseLevelDeveloper,
|
||||
ReleaseLevel: config.ReleaseLevelStable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue