You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/17 00:05:38 UTC

[GitHub] hrsakai commented on issue #672: Support setting private key content in athenz client plugin

hrsakai commented on issue #672: Support setting private key content in athenz client plugin
URL: https://github.com/apache/incubator-pulsar/pull/672#issuecomment-322932528
 
 
   We discussed support of URL scheme and we will implement it by the following:
   
   Add new field(``privateKey``) to Athenz client plugin's authParams and this fields support URL scheme(``file:`` and ``data:``).
   
   following three patterns are supported:
   ```
   file:/path/to/file
   file:///path/to/file
   
   // application/x-pem-file;base64, is fixed.
   data:application/x-pem-file;base64,<base64-encoded value>
   ```
   
   Also, We will deprecate ``privateKeyPath`` field.
   
   
   If there is anything that concerns you, please tell me.
 
----------------------------------------------------------------
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