You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/05 16:58:57 UTC

[GitHub] [airflow] feluelle edited a comment on issue #10029: Add Salesforce docs for setting up a connection

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='myemail@example.com', 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:
users@infra.apache.org