]
Jan Kalina commented on WFLY-7073:
----------------------------------
To add: PROVIDER into managers (like in key-stores already is)
elytron key/trust-managers incosistency between dmr and xsd
-----------------------------------------------------------
Key: WFLY-7073
URL:
https://issues.jboss.org/browse/WFLY-7073
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Jan Kalina
For key/trust-managers in dmr model, there is "provider-loader" attribute [1],
however xsd defines provider attribute [2] for key/trust-managers.
Probably if user could define both provider and provider-loader, that would be the best.
[1]
{noformat}
[standalone@localhost:9990 /] /subsystem=elytron/key-managers=server2:add(
algorithm key-store password provider-loader
{noformat}
[2]
https://github.com/wildfly-security/elytron-subsystem/blob/master/src/mai...