Attempting to use `canal` with RDS IAM Auth tokens results in `ERROR 1105` ``` ERRO[0013] canal start sync binlog err: start sync replication at binlog (mysql-bin-changelog.000003, 267160) error ERROR 1105 (HY000): Failed to register slave; too long 'report-password' ERRO[0013] canal has failed. error: start sync replication at binlog (mysql-bin-changelog.000003, 267160) error ERROR 1105 (HY000): Failed to register slave; too long 'report-password' panic: canal has failed ``` Is the [`mysql_clear_password` auth plugin](https://dev.mysql.com/doc/refman/8.0/en/cleartext-pluggable-authentication.html) not supported?