det101 commented on PR #18585:
URL: 
https://github.com/apache/dolphinscheduler/pull/18585#issuecomment-5392718762

   ## UI / API verification screenshots (PR1)
   
   ### 1) Reload existing sensitive workflow — global params masked
   
   Save modal shows:
   - `db_pwd` value = `******`
   - **敏感** checkbox checked
   
   ![masked-global-params]({
     "message": "Not Found",
     "documentation_url": "https://docs.github.com/rest";,
     "status": "404"
   })
   
   ### 2) Create / save modal — Sensitive checkbox present
   
   ![sensitive-checkbox]({
     "message": "Not Found",
     "documentation_url": "https://docs.github.com/rest";,
     "status": "404"
   })
   
   ### 3) API mask proof (same workflow)
   
   ```text
   === Workflow Definition Query (masked) ===
   globalParamList: [{"prop": "db_pwd", "direct": "IN", "type": "VARCHAR", 
"value": "******", "sensitive": true}]
   task localParams: [{"prop": "token", "direct": "IN", "type": "VARCHAR", 
"value": "******", "sensitive": true}]
   
   === view-variables (masked) ===
   {
     "globalParams": [
       {
         "prop": "db_pwd",
         "direct": "IN",
         "type": "VARCHAR",
         "value": "******",
         "sensitive": true
       }
     ],
     "localParams": {
       "shell_node_1": {
         "localParamsList": [
           {
             "prop": "token",
             "direct": "IN",
             "type": "VARCHAR",
             "value": "******",
             "sensitive": true
           }
         ],
         "taskType": "SHELL"
       }
     }
   }
   ```
   
   Source gist: failed to collect files for posting: failed to upload 
/tmp/pr1-mask-global-params.png: binary file not supported


-- 
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]

Reply via email to