Open
Description
Hi,
A VT4Splunk user found an issue when trying to get passwords. The app version is 1.6.1 (1.6.0 is also affected) in Splunk Enterprise 9.0.4. When accessing to Configuration page an ERR0005 is received.
Following the trace error, we noticed the error is in here, where the password.clear_password
previously stored is None
.
The problem seems to be a known issue but has not been solved yet. Others examples where the issue appears are this one or this one.
Sincerely we could not reproduce the issue but it seems to be easily fixed by adding an if is not None
or something similar.
We hope it could be fixed :)