style95 commented on issue #3015: [Feature request] Hide codes or parameters from shared package URL: https://github.com/apache/incubator-openwhisk/issues/3015#issuecomment-347465301 For example, I want to share features to send email or SMS. My action will call API from email or sms provider. I want to make anyone to send email with his `sender`, `recipients`, `contents` and so on. But for this, email provider may ask some secrets to grant it. I can hardcode or pass secrets as default parameters. But in both the cases, secrets will be exposed when user bind my shared package. User will bind my package and invoke it in his namespace. So activation will be stored in his namespace. If I can hide code or default parameters, it will not be exposed in activation records. This was my thought behind this issue.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
