Sandor Molnar created KNOX-2464:
-----------------------------------
Summary: Make sure Knox CLI uses gateway-site.xml values in
ConfigurableEncryptor
Key: KNOX-2464
URL: https://issues.apache.org/jira/browse/KNOX-2464
Project: Apache Knox
Issue Type: Bug
Reporter: Sandor Molnar
Assignee: Sandor Molnar
Fix For: 1.5.0
There is a bug in
{{org.apache.knox.gateway.services.security.impl.CLIMasterService}} which
results in the underlying encryptor object being non-initialized. This is
because we call the wrong method in the parent class in the {{init}} method:
the one, without the Configuration parameter.
The fix is easy: call the correct
{{org.apache.knox.gateway.services.security.impl.CLIMasterService}} method.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)