]
Ilia Vassilev commented on WFCORE-3398:
---------------------------------------
[~dlofthouse] Thank for the clarification. I'll fix the trust-manager and remove the
credential-store capability.
Elytron, wrong capabilities registered
--------------------------------------
Key: WFCORE-3398
URL:
https://issues.jboss.org/browse/WFCORE-3398
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Darran Lofthouse
I wen throught resources and
* trust-manager is registered as credential-store besides trust-manager
{code}
"trust-manager" => {
"description" => "A trust manager definition for
creating the TrustManager[] as used to create an SSLContext.",
"model-description" => {"*" => {
"description" => "A trust manager definition for
creating the TrustManager[] as used to create an SSLContext.",
"capabilities" => [
{
"name" =>
"org.wildfly.security.trust-manager",
"dynamic" => true
},
{
"name" =>
"org.wildfly.security.credential-store",
"dynamic" => true
}
],
{code}