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
Currently, if there is something wrong with the database, either a connection problem or a query problem, we show the psycop2 stack trace which always leaks information (DB username, table and field names...). We should give more user-friendly and secure errors.
$ # edit R-DB deployment to use a different password (it is set as env variable)
$ # this will redeploy R-DB with a password different to the one loaded in RS and RWC
$ reana-client run[INFO] Creating a workflow...Cannot create workflow : (psycopg2.OperationalError) FATAL: password authentication failed for user "reana"(Background on this error at: http://sqlalche.me/e/e3q8)
The text was updated successfully, but these errors were encountered:
Currently, if there is something wrong with the database, either a connection problem or a query problem, we show the
psycop2
stack trace which always leaks information (DB username, table and field names...). We should give more user-friendly and secure errors.The text was updated successfully, but these errors were encountered: