rawwar opened a new pull request, #47807:
URL: https://github.com/apache/airflow/pull/47807

   fixes #47003
   
   Copying comment from #47003 :
   
   > After converting the field to a BS3PasswordFieldWidget , when we paste PEM 
key with new lines, this field automatically removes new lines.
   > 
   > For example:
   > 
   > key_start
   > text
   > key_end
   > is now converted to a single line key_starttextkey_end .
   > 
   > And, when format the PEM key to replace new lines with "\n" , it is 
actually saved as "\n".
   > 
   > For example:
   > key_start\ntext\nkey_end to become key_start\\ntext\\nkey_end
   > 
   > Here's what I'm thinking to do:
   > 
   > Update docs to inform users to pass PEM key by replacing new lines with 
\n's
   > In the code, I'll just replace \\n with \n


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