Remove security credentials from JMS plugin 76/117576/2
authorliamfallon <liam.fallon@est.tech>
Sun, 7 Feb 2021 18:52:13 +0000 (18:52 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 8 Feb 2021 14:20:17 +0000 (14:20 +0000)
commit8f25e72bd3cef408f78037f6c85c264aa9899cf1
tree62e5379da101bbb34f1a50a2ddd4be998abd4ee5
parent658e67bc821a3bc55f2c6d877e7e0baa21427333
Remove security credentials from JMS plugin

The default security credential of "password" was encoded in a constant
in the JMS plugin parameters file. This commit removes these credentials
and defaults the credentials to null.

Issue-ID: POLICY-3035
Change-Id: I6313340e64c893c4f99de78d9dd448ac53d81246
Signed-off-by: liamfallon <liam.fallon@est.tech>
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/src/main/java/org/onap/policy/apex/plugins/event/carrier/jms/ApexJmsConsumer.java
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/src/main/java/org/onap/policy/apex/plugins/event/carrier/jms/JmsCarrierTechnologyParameters.java
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/src/test/java/org/onap/policy/apex/plugins/event/carrier/jms/ApexJmsProducerTest.java
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/src/test/java/org/onap/policy/apex/plugins/event/carrier/jms/JmsCarrierTechnologyParametersTest.java