]
Darran Lofthouse resolved WFCORE-2575.
--------------------------------------
Fix Version/s: 3.0.0.Beta29
Resolution: Won't Fix
Marking as won't fix as this is within the legacy security realms.
Non file-based keystores used in ssl configuration don't allow to
set key alias
-------------------------------------------------------------------------------
Key: WFCORE-2575
URL:
https://issues.jboss.org/browse/WFCORE-2575
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management, Security
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 3.0.0.Beta29
Management model for SSL in security realms allows to configure alias to be used for the
keystore. Neverhteless this configuration doesn't work for non-file-based keystores.
E.g.
{code:xml}
<ssl>
<keystore provider="custodia-cli"
alias="server-ssl" keystore-password="thepassword" />
</ssl>
{code}
The problem is probably in {{ProviderKeyManagerService}} class which has no evidence
about the alias.