You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to have a flag for apoc.load.jdbc stored procedure to obfuscate URL on as-needed basis.
With the usage of apoc.load.jdbc, we specify the URL and can contain the password for the connecting database. This can get logged in query.log and can be made visible to others. However customers are not able to Obfuscate literals in query log or disable parameter logging for audit purpose.
Hence it is important to have a flag so this URL that has id and password is not logged in query log.
We already obfuscate the URL when there is an error throw as part of the error message.
Hope this helps and if we need more information please let me know.