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

   ## Verification screenshots (hosted on fork evidence branch)
   
   ### Reload existing sensitive workflow — value masked + 敏感 checked
   
   
![masked](https://raw.githubusercontent.com/det101/dolphinscheduler/pr1-17937-verification-screenshots/pr1-mask-global-params.png)
   
   ### Save modal — Sensitive checkbox present
   
   
![checkbox](https://raw.githubusercontent.com/det101/dolphinscheduler/pr1-17937-verification-screenshots/ds-sensitive-global-param-ui.png)
   
   ### API mask proof
   
   ```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"
       }
     }
   }
   ```


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