[Feature Request] due to risk of displaying SECRET in docker files, request with connection string including password should be rejected
- Dominant language
- Go
- Stars
- 23
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### **Initial condition:**
Windows server without DOCKER image
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"](warn: password will be stored unencrypted in ~/.lino/credentials.yaml, configure a credential helper to remove this warning. See https://github.com/docker/docker-credential-helpers)
### **Expected**
in case of request sent outside of a docker container, it is strange to receive a warning relater to DOCKER. Is it possible to not display this warning when there is no DOCKER image ?
Mainly if there is a real risk to have a SECRET unencrypted displayed somewhere with this syntax, the request should be rejected .
Contributor guide
Assessment
This issue has not been assessed yet.