yuseok89 commented on PR #60392:
URL: https://github.com/apache/airflow/pull/60392#issuecomment-3744199618

   @jason810496 Thanks for checking!
   I reproduced this issue on the latest main branch. The reproduction steps 
are documented in issue #60370, and I've included them below for convenience:
   
   ### How to reproduce
   
   1. Navigate to Connections → Add a new connection
   2. Select any connection type that has extra fields with sensitive field 
names (e.g., **Slack API** with `proxy` field)
   3. Observe the extra fields section
   4. Notice that any field whose name is in `DEFAULT_SENSITIVE_FIELDS` is:
      - Correctly masked (showing `***`)
      - **Incorrectly marked as required** (showing "This field is required")
   
   Since the redaction logic for extra_fields wasn't present in 3.1.6, this 
issue likely only affects the latest main branch where the redaction was 
introduced.


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