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
fix: support external database passwords with special characters (#2532) (#2539)
## Summary
- Add AWS RDS CA bundle for SSL certificate validation with
`sslmode=require`
- Fix supervisord `%` escaping (`%` must be `%%` for supervisord string
interpolation)
- Use `awk` instead of `sed` to handle special characters like `|` in
database URLs
- Remove unused credential extraction for external databases
## Test plan
- [x] Tested with AWS RDS database using password with special
characters (`?`, `|`, `~`, `]`)
- [x] Verified `sslmode=require` works with AWS RDS CA bundle
- [x] Verified backwards compatibility with internal PostgreSQL
- [x] Verified simple passwords without special characters still work
Co-authored-by: Ildar Iskhakov <[email protected]>
0 commit comments