Open FiiL123 opened 7 months ago
Pinging @dpgaspar @betodealmeida in case there's good reason for not accepting that particular character.
When using tools like Amazon RDS with a Secrets Manager that is rotating the RDS credentials for you, you cannot enforce how strong the password will be. This is going to be a problem in large enterprise environments that have very strict password policies.
I also encounter the same issue, particularly when the * is at the end of password in the SQLAlchemy URI.
I'll fix this, thanks for the report!
I have the same problem with a password with a % character in it. I've tried using a backslash to escape it and URL-encoding it, to no avail.
Facing the same issue. Hit problems with both *
and %
. Any potential updates on this?
Bug description
A postgres database connection with valid credentials does not work because there is a special character in the password(
*
).We tried escaping the password string directly in the URL and in the DB with no change in behavior.
How to reproduce the bug
*
Screenshots/recordings
No response
Superset version
3.1.1
Python version
3.10
Node version
I don't know
Browser
Chrome
Additional context
Only error message in logs we get is when requesting schemas when exploring in sqllab.
DatabaseRestApi.schemas.error
All of the sqlalchemy libs we use.
Checklist