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
warning is displayed :
"warn: password should not be included in URI, use --password-from-env or --password"
Expected
'https://github.com/CGI-FR/LINO' should be updated to remove password from connection string and replace it with parameter '--password'.With this parameter, the operator is asked to enter the password in a secured way.
The text was updated successfully, but these errors were encountered:
Initial condition:
follow instruction in 'https://github.com/CGI-FR/LINO'
Action
lino dataconnector add source postgresql://postgres:@localhost:5432/postgres?sslmode=disable
Problem
warning is displayed :
"warn: password should not be included in URI, use --password-from-env or --password"
Expected
'https://github.com/CGI-FR/LINO' should be updated to remove password from connection string and replace it with parameter '--password'.With this parameter, the operator is asked to enter the password in a secured way.
The text was updated successfully, but these errors were encountered: