]
RH Bugzilla Integration commented on JGRP-1721:
-----------------------------------------------
Vojtech Juranek <vjuranek(a)redhat.com> changed the Status of [bug
AUTH and ENCRYPT protocols configured with plain text passwords
---------------------------------------------------------------
Key: JGRP-1721
URL:
https://issues.jboss.org/browse/JGRP-1721
Project: JGroups
Issue Type: Bug
Affects Versions: 3.4
Reporter: Martin Gencur
Assignee: Bela Ban
Fix For: 3.5
The following parameters of AUTH protocol are stored as plain text:
* keystore_password
The following parameters of ENCRYPT protocol are stored as plain text:
* store_password
* key_password
Example:
{code}
<ENCRYPT key_store_name="defaultStore.keystore"
store_password="changeit" alias="myKey"/>
{code}
Requirements for storing passwords:
https://docspace.corp.redhat.com/docs/DOC-131628