Re: encrypt password of the index-writer.xml

2021-11-17 Thread Sebastian Nagel
way to hide the >>> password value in hadoop.log file table ? >>> We also ran into an issue where an https connection could not be >>> established with elasticsearch. Do you have any suggestions to solve >>> this problem? >>> Thank >>> >>>

RE: encrypt password of the index-writer.xml

2021-11-12 Thread sw.ling
-Original Message- From: sw.l...@quandatics.com Sent: Friday, 12 November, 2021 5:57 PM To: user@nutch.apache.org Subject: RE: encrypt password of the index-writer.xml Hi, Sebastian Thanks for your suggestion, may I know if there is a way to hide the password value in hadoop.log

RE: encrypt password of the index-writer.xml

2021-11-12 Thread sw.ling
, Shi Wei -Original Message- From: Sebastian Nagel Sent: Friday, 12 November, 2021 1:20 AM To: user@nutch.apache.org Subject: Re: encrypt password of the index-writer.xml Hi Shi Wei, there is a way, although definitely not the recommended one. Sorry, and it took me a little bit

Re: encrypt password of the index-writer.xml

2021-11-11 Thread Sebastian Nagel
Hi Shi Wei, there is a way, although definitely not the recommended one. Sorry, and it took me a little bit to proof it. Do you know about external XML entities or XXE attacks? 1. On top of the index-writers.xml you add an entity declaration: ]> 2. it's used later in the index writer spec:

encrypt password of the index-writer.xml

2021-11-10 Thread sw.ling
Hi , We have tried the variable expansion method on the index-writers.xml, it doesn't work. Could you advise if there are any alternative ways to encrypt the password in the index-writers.xml file? Best Regards, Shi Wei