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/01/17 08:39:01 UTC

[GitHub] hrsakai opened a new pull request #1073: Support Url Encode in Athenz auth params

hrsakai opened a new pull request #1073: Support Url Encode in Athenz auth params
URL: https://github.com/apache/incubator-pulsar/pull/1073
 
 
   ### Motivation
   Currently, only support base64 for privatekey encoding format.
   
   ### Modifications
    - Support url encode, too.
    - And Fixed deprecated method in unit test. (use `configure(String encodedAuthParamString)` intead of`configure(Map<String, String> authParams)`)
   
   ### Result
   Users can use url encode to encode privatekey contents.
   

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