You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@bahir.apache.org by lukasz-antoniak <gi...@git.apache.org> on 2018/12/21 14:16:03 UTC

[GitHub] bahir issue #53: [BAHIR-141] Added support for passing json cred file as byt...

Github user lukasz-antoniak commented on the issue:

    https://github.com/apache/bahir/pull/53
  
    @ankitagr2312: Since the last update is already one year old, do you plan to
    work on this JIRA ticket and pull request? If not, do you agree that I take it from here?
    
    1) I think that `ServiceAccountCredentials` could be divided into two separate implementations of `SparkGPCCredentials` interface. First implementation `JsonConfigCredentials` would accept either path to JSON file or binary content. Second implementation `EmailPrivateKeyCredentials` would require passing email address and path to P12 key or binary content of the key.
    
    2) Can you revert to original formatting of lines that you did not mean to modify?
    
    3) Update the _README.md_ to include new feature? Undocumented feature is not a feature :).


---