We want to mask sensitive data that comes with URLs or Params to our services.
The Sensitive Data can be Found with regex.
This can come at any part of a url
for example:
http://server.com/endpoint/sensitiv/get
http://server.com/endpoint/get/sensit...
We want to backup the application configuration. We found a Toolhttps://github.com/Appdynamics/api-commandline-tool/blob/master/act.sh
But this is not officially supported and outdated.
We are at a point where we want to automate a backup and in case...
It was told by Appd Support that this is not possible: "If that is the case, then the sensitive data filter will not solve your purpose. Rather, you'll need to define custom Servlet BT detection rules based on the URI matching with a regular expressi...