det101 commented on issue #17937: URL: https://github.com/apache/dolphinscheduler/issues/17937#issuecomment-5351016176
@ruanwenjun Thanks, I'll split into smaller PRs as you suggested: 1. API: Property interfaces + UI masking 2. API: reuse `PasswordUtils` (no datasource CRUD change) 3. Worker: log masking Keep-original is only `******` (write back DB value, do not re-encode). Empty/null is a real empty value and is persisted as `""` — same as current `PasswordUtils.encodePassword` / `decodePassword` (`isEmpty` → `EMPTY`, even when encryption is on). `******` is write-path only and is never decoded. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
