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/03 06:01:12 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #4198: Allow users to update auth data during function update

jerrypeng opened a new pull request #4198: Allow users to update auth data during function update
URL: https://github.com/apache/pulsar/pull/4198
 
 
   ### Motivation
   
   Currently, after a function is submitted there is no way to update the auth data associated with the function.  
   
   Users may want to be able to update the auth data of a function that is running.
   
   This will especially support use cases involving initially running Pulsar without authentication enabled but then enabling authentication.  Functions need to be able to be updated to have auth data for a seamless transition 
   
   ### Modifications
   
   Allow users to update the auth data when updating a function. 
   
   Have a flag to control whether to update the auth data of the function or simply keep using the existing auth data
   
   Improve the FunctionAuthProvider interface to support this use case
   

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