feluelle edited a comment on issue #10029:
URL: https://github.com/apache/airflow/issues/10029#issuecomment-669309796


   We can perhaps implement alternative auth mechanisms shown here that don't 
require additional sensitive data to be passed: 
https://github.com/simple-salesforce/simple-salesforce/blob/master/README.rst
   
   > To login using the JWT method, use your Salesforce username, consumer key 
from your app, and private key:
   > ```
   > from simple_salesforce import Salesforce
   > sf = Salesforce(username='[email protected]', consumer_key='XYZ', 
privatekey_file='filename.key')
   > ```
   
   But at the moment this is the only working option we have. In my opinion we 
should add the docs but make sure we have a note that makes it clear that this 
is/can be a security issue.
   
   What do others think? @potiuk @kaxil ?


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to