linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
149 stars 38 forks source link

Fix: update mysql parameters auth.password and fix regex #78

Closed xingcan-ltc closed 4 months ago

xingcan-ltc commented 4 months ago

Description of your changes

Update the default password for the auth.password from KdpDba@mysql123 to KdpDba!mysql123. This change is necessary for the Superset app when parsing the SQLAlchemy URL, which is formatted as dialect+driver://username:password@host:port/database, to handle the special character @ correctly.

Fixes #TODO

How has this code been tested