-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Description
const databaseUrl = databaseAdapter._uri; |
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'
...
}
Metadata
Metadata
Assignees
Labels
bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)Bounty applies for fixing this issue (Parse Bounty Program)type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
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.