-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #484 from hpehl/HAL-1592
HAL-1592: Configure Enhanced Audit Logging
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
= Configure Enhanced Audit Logging | ||
:author: Harald Pehl | ||
:email: hpehl@redhat.com | ||
:toc: left | ||
:icons: font | ||
:idprefix: | ||
:idseparator: - | ||
:issue-base-url: https://issues.redhat.com/browse | ||
|
||
== Overview | ||
|
||
Add support for attributes `reconnect-attempts` and `syslog-format` of resource `/subsystem=elytron/syslog-audit-log=*`. | ||
|
||
== Issue Metadata | ||
|
||
=== Issue | ||
|
||
* {issue-base-url}/HAL-1592[HAL-1592] | ||
* {issue-base-url}/EAP7-1274[EAP7-1274] | ||
|
||
=== Related Issues | ||
|
||
* n/a | ||
|
||
=== Dev Contacts | ||
|
||
* mailto:hpehl@redhat.com[Harald Pehl] | ||
|
||
=== QE Contacts | ||
|
||
* mailto:spriadka@redhat.com[Simon Priadka] | ||
|
||
=== Testing By | ||
|
||
[x] Engineering | ||
[ ] QE | ||
|
||
=== Affected Projects or Components | ||
|
||
* WildFly | ||
* HAL | ||
|
||
== Requirements | ||
|
||
The attributes `reconnect-attempts` and `syslog-format` are configurable for resource `/subsystem=elytron/syslog-audit-log=*`. | ||
|
||
=== Affected UI | ||
|
||
* Configuration / Subsystems / Security / Other Settings / Logs / Syslog Audit Log | ||
|
||
=== Affected Resources | ||
|
||
* `/subsystem=elytron/syslog-audit-log=*` | ||
|
||
== Test Plan | ||
|
||
The test for testing `/subsystem=elytron/syslog-audit-log=*` is extended to test the new attributes. | ||
|
||
== Community Documentation | ||
|
||
See the official HAL website at https://hal.github.io |