]
Darran Lofthouse resolved WFLY-5593.
------------------------------------
Assignee: Darran Lofthouse
Resolution: Won't Do
Marking as 'Won't Fix' as this is in relation to PicketBox which is
deprecated.
VaultTool does not support KeySize != 128
-----------------------------------------
Key: WFLY-5593
URL:
https://issues.jboss.org/browse/WFLY-5593
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 10.0.0.CR4
Reporter: Andreas Weise
Assignee: Darran Lofthouse
Priority: Minor
Vault tool (vault.sh) returns exception PBOX00137: Security Vault does not contain
SecretKey entry under alias (vault) when using a JCEKS with AES 256.
It seems only 128 Bit Key Length is supported by the Vault Tool, which is default in
[
org/picketbox/plugins/vault/PicketBoxSecurityVault.java|https://github.co...]
Key length could be parametrized in PicketBoxSecurityVault, but vault tool does not
support this, more specifically
[
org/jboss/as/security/vault/VaultSession.getVaultOptionsMap()|https://git...]