You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/06 21:41:25 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #4222: Add helper method to for IO connectors to use function secrets

jerrypeng opened a new pull request #4222: Add helper method to for IO connectors to use function secrets
URL: https://github.com/apache/pulsar/pull/4222
 
 
   ### Motivation
   
   Currently, we have begin tagging "sensitive" fields in source/sink configs.  We can leverage function secrets to deliver these sensitive configs to the function.
   
   ### Modifications
   
   Add a helper method that devs can use to automatically inject "sensitive" configs passed in as secrets in to the sink/source config
   
   I have modified the twitter firehose source to use the helper method as a demonstration of how to use it.
   
   
   

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


With regards,
Apache Git Services