]
Martin Choma moved JBEAP-6099 to WFLY-7158:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7158 (was: JBEAP-6099)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR5)
Working with multiple keys in key store
---------------------------------------
Key: WFLY-7158
URL:
https://issues.jboss.org/browse/WFLY-7158
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Darran Lofthouse
Priority: Critical
In case when 2 keys are present in keystore, then alias-filter (filtering into single
key) on key-store resource has to be specified, otherwise key-manager can't be
created. If user want to use keystore with multiple keys, user has to configure multiple
key-store elements with specified alias-filter (filtering into single key).
That is pretty inconvinient. Probably introducing alias attribute on key-manager would be
more intuitive solution to this situation.
{code}
/subsystem=elytron/key-managers=server:add(key-store=server,algorithm="SunX509",password=key-password)
{code}