Open
Description
Would it be beneficial to also look for config.databaseURI
if a database adapter is not defined in the configuration object? I do not currently have a database adapter defined in my config (using Postgresql), and when I access the new /security
endpoint, it informs me my password does not meet the minimum requirements. However, it does meet the minimum requirements specified in CheckGroupDatabase.js
.
Here is an example that will fail the database password security check when only config.databaseURI
is specified, but it should pass:
export const config = {
databaseURI: 'postgres://mypostgresuser:q00A1qgxYNHzn2ID5XST@localhost:5432/parse'
...
}
Activity
parse-github-assistant commentedon Dec 12, 2023
Thanks for opening this issue!
userAdityaa commentedon Dec 14, 2023
Hello, I am new to contributing. Can you please give me some more explanation to this problem. It seems i can work on it.