You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/16 19:08:38 UTC

[GitHub] csantanapr opened a new issue #131: [feature] allow for a 3rd party auth handler plugin

csantanapr opened a new issue #131: [feature] allow for a 3rd party auth handler plugin
URL: https://github.com/apache/incubator-openwhisk-client-js/issues/131
 
 
   The OpenWhisk backend allows for SPI implementation to allow different methods of authentication. For example implementing an IAM (Identity Access Manager) for a provider, where the Whisk API can accept Bearer token for example.
   
   I proposed we add an option to the library to take an optional parameter in the constructor to delegate the retrieval of the `Authorization Header`.
   The handler will handle in some cases dealing with an API Key, fetching a token, and refreshing this token.
   

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