-
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 #477 from hpehl/HAL-1594
HAL-1594: Configure mapping of X509Certificate to the underlying identity
- Loading branch information
Showing
1 changed file
with
64 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,64 @@ | ||
= Configure enhanced mapping of X509Certificate to the underlying identity | ||
:author: Harald Pehl | ||
:email: [email protected] | ||
:toc: left | ||
:icons: font | ||
:idprefix: | ||
:idseparator: - | ||
:issue-base-url: https://issues.redhat.com/browse | ||
|
||
== Overview | ||
|
||
This RFE adds support for new Elytron resources. See affected UI and affected resources. | ||
|
||
== Issue Metadata | ||
|
||
=== Issue | ||
|
||
* {issue-base-url}/HAL-1594[HAL-1594] | ||
* {issue-base-url}/EAP7-1278[EAP7-1278] | ||
|
||
=== Related Issues | ||
|
||
* n/a | ||
|
||
=== Dev Contacts | ||
|
||
* mailto:[email protected][Harald Pehl] | ||
|
||
=== QE Contacts | ||
|
||
* mailto:[email protected][Simon Priadka] | ||
|
||
=== Testing By | ||
|
||
[x] Engineering | ||
[ ] QE | ||
|
||
=== Affected Projects or Components | ||
|
||
* WildFly | ||
* HAL | ||
|
||
== Requirements | ||
|
||
The Elytron configuration UI provides CRUD operations for the new elytron resources. | ||
|
||
=== Affected UI | ||
|
||
* Configuration / Subsystems / Security / Mappers & Decoders / Evidence Decoder | ||
|
||
=== Affected Resources | ||
|
||
* `/subsystem=elytron/aggregate-evidence-decoder=*` | ||
* `/subsystem=elytron/custom-evidence-decoder=*` | ||
* `/subsystem=elytron/x500-subject-evidence-decoder=*` | ||
* `/subsystem=elytron/x509-subject-alt-name-evidence-decoder=*` | ||
|
||
== Test Plan | ||
|
||
New tests are added to the test suite that test the new resources. | ||
|
||
== Community Documentation | ||
|
||
See the official HAL website at https://hal.github.io |