djnicolson commented on issue #49575:
URL: https://github.com/apache/airflow/issues/49575#issuecomment-3634884978

   If someone is stuck on an older version, there is a hacky workaround. You 
can change the type of the private_key_content HTML form field from <input 
type="password"..."> to  <textarea> using your browser's development tools (I 
did it with Chrome). Leave all the other element parameters the same. Then you 
can paste in the multi-line PEM file and it won't get corrupted. Just search 
for "how can I use chrome developer tools to change a form field from password 
to textarea?"


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