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 2018/10/23 22:14:41 UTC

[GitHub] srkukarni opened a new pull request #2826: Secrets Interface

srkukarni opened a new pull request #2826: Secrets Interface
URL: https://github.com/apache/pulsar/pull/2826
 
 
   ### Motivation
   
   Many a times functions/sources/sinks need access to secrets like passwords in a secure way. They really cannot be in code nor in config thats passed to the function.
   This pr adds a secrets interface to the functions api. It also adds a SecretsProvider interface that actually fetches the secrets. Implementation of the SecretProvider interface will fetch the secret from the actual underlying secret store. This pr also adds a default environment based secrets gathering using kubernetes secrets.
   
   ### Modifications
   
   Describe the modifications you've done.
   
   ### Result
   
   After your change, what will change.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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