Skip to content

Commit

Permalink
fix ConfigDB
Browse files Browse the repository at this point in the history
Signed-off-by: Mai Bui <maibui@microsoft.com>
  • Loading branch information
maipbui committed Jun 19, 2024
1 parent 653a199 commit fabe961
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/audit/SONiC_Audit_Enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,13 @@ In SONiC, audit settings are centrally managed through a configuration file at `
```
| Key | Description |
| --------- | --------------------------- |
| enable | enable or not enable the FIPS, the default value is true |
| enable | enable or not enable the AUDIT, the default value is true |

The AUDIT config is in the redis CONFIG_DB. The redis dictionary key is AUDIT|config.

| Key | Description |
| --------- | --------------------------- |
| enabled | The flag indicating whether the AUDIT enabled, 1 enabled, others not enabled |

#### 3.3.2 CLI design
- `config audit enable` - enables all audit rules including existing `audisp-tacplus.rules` and new `custom-audit.rules`.
Expand Down

0 comments on commit fabe961

Please sign in to comment.