A. Remove all references that save the api key to the file system in plain text and have it save and retrieve from the encrypted storage/passwords rest service
this was part of the splunk-appinspect tool findings
B. Also remove the logging of sensitive data in the url to the log files
this was part of the splunk-appinspect tool findings
C. Cleaned up appserver/static/js/views/SetupView.js
some of this code was not referenced or used
D. Migrate existing inputs to new format i.e. remove plain text api key from inputs.conf
api key stored using Splunk's storage passwords service
E. Upgrade documentation
added changes and upgrade instructions to CHANGELOG
A. Remove all references that save the api key to the file system in plain text and have it save and retrieve from the encrypted storage/passwords rest service
B. Also remove the logging of sensitive data in the url to the log files
C. Cleaned up appserver/static/js/views/SetupView.js
D. Migrate existing inputs to new format i.e. remove plain text api key from inputs.conf
E. Upgrade documentation