I've been wondering how other users of KNIME Server deal with this:
When I want to automate a workflow that includes database access, I need to set a user name and a password within nodes like "Database Reader" in order to access the DB and execute queries.
Should I keep the credentials of whoever created the workflow? Should I replace them with my own? Should I create a separate "technical" user in the database only for the purpose of running automated workflows? What's best practice in this situation? How do you deal with it?