You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/07 17:49:58 UTC

[jira] [Commented] (BEAM-725) Remove legacy credentials flags related to GCP and adopt application default credentials as only supported default flow

    [ https://issues.apache.org/jira/browse/BEAM-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644852#comment-15644852 ] 

ASF GitHub Bot commented on BEAM-725:
-------------------------------------

GitHub user lukecwik opened a pull request:

    https://github.com/apache/incubator-beam/pull/1294

    [BEAM-725] Migrate to use the generic Google credentials library

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [x] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [x] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    
    Generic library has Apiary and gRPC library support instead of the Apiary only credentials we are currently using.
    
    Dependency diff for modified pom files (old = left, new = right):
    beam-sdks-java-core:
    8d7
    < [INFO] |  \- com.google.auth:google-auth-library-credentials:jar:0.4.0:compile
    26c25,26
    < [INFO] +- com.google.auth:google-auth-library-oauth2-http:jar:0.4.0:compile
    ---
    > [INFO] +- com.google.auth:google-auth-library-credentials:jar:0.6.0:compile
    > [INFO] +- com.google.auth:google-auth-library-oauth2-http:jar:0.6.0:compile
    49d48
    < [INFO] +- com.google.oauth-client:google-oauth-client-java6:jar:1.22.0:compile
    53c52,53
    < [INFO] |  \- com.google.api-client:google-api-client-jackson2:jar:1.22.0:compile
    ---
    > [INFO] |  +- com.google.api-client:google-api-client-jackson2:jar:1.22.0:compile
    > [INFO] |  \- com.google.oauth-client:google-oauth-client-java6:jar:1.22.0:compile
    
    beam-runners-google-cloud-dataflow-java:
    9d8
    < [INFO] |  |  \- com.google.auth:google-auth-library-credentials:jar:0.4.0:compile
    26d24
    < [INFO] |  +- com.google.auth:google-auth-library-oauth2-http:jar:0.4.0:compile
    41c39
    < [INFO] |  +- com.google.oauth-client:google-oauth-client-java6:jar:1.22.0:compile
    ---
    > [INFO] |  +- com.google.oauth-client:google-oauth-client:jar:1.22.0:compile
    52d49
    < [INFO] +- com.google.oauth-client:google-oauth-client:jar:1.22.0:compile
    61a59,60
    > [INFO] +- com.google.auth:google-auth-library-credentials:jar:0.6.0:compile
    > [INFO] +- com.google.auth:google-auth-library-oauth2-http:jar:0.6.0:compile
    64c63,64
    < [INFO] |  \- com.google.api-client:google-api-client-jackson2:jar:1.22.0:compile
    ---
    > [INFO] |  +- com.google.api-client:google-api-client-jackson2:jar:1.22.0:compile
    > [INFO] |  \- com.google.oauth-client:google-oauth-client-java6:jar:1.22.0:compile
    
    beam-sdks-java-io-google-cloud-platform:
    20d19
    < [INFO] |  +- com.google.auth:google-auth-library-oauth2-http:jar:0.4.0:compile
    33c32
    < [INFO] |  +- com.google.oauth-client:google-oauth-client-java6:jar:1.22.0:compile
    ---
    > [INFO] |  +- com.google.oauth-client:google-oauth-client:jar:1.22.0:compile
    44c43,44
    < [INFO] |  \- com.google.api-client:google-api-client-jackson2:jar:1.22.0:compile
    ---
    > [INFO] |  +- com.google.api-client:google-api-client-jackson2:jar:1.22.0:compile
    > [INFO] |  \- com.google.oauth-client:google-oauth-client-java6:jar:1.22.0:compile
    57d56
    < [INFO] |  +- com.google.auth:google-auth-library-credentials:jar:0.4.0:compile
    69c68,69
    < [INFO] +- com.google.oauth-client:google-oauth-client:jar:1.22.0:compile
    ---
    > [INFO] +- com.google.auth:google-auth-library-credentials:jar:0.6.0:compile
    > [INFO] +- com.google.auth:google-auth-library-oauth2-http:jar:0.6.0:compile


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lukecwik/incubator-beam beam725

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/1294.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1294
    
----
commit f5b6ebaf5a9f8feb6a0e31e977e83102a0ee430e
Author: Luke Cwik <lc...@google.com>
Date:   2016-11-07T17:40:38Z

    [BEAM-725] Migrate to use the generic credentials library compatible with Apiary and gRPC instead of the Apiary only credentials library.

----


> Remove legacy credentials flags related to GCP and adopt application default credentials as only supported default flow
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-725
>                 URL: https://issues.apache.org/jira/browse/BEAM-725
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-gcp
>            Reporter: Luke Cwik
>            Assignee: Luke Cwik
>            Priority: Minor
>              Labels: backward-incompatible
>
> Drop the following GcpOptions and use ADC (https://developers.google.com/identity/protocols/application-default-credentials) to clean-up credentials story for GCP:
> AuthorizationServerEncodedUrl
> TokenServerUrl
> CredentialDir
> CredentialId
> SecretsFile
> ServiceAccountName
> ServiceAccountKeyfile
> Also migrate from Apiary Credentials class to Google OAuth Credentials class when available from google-cloud-java.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)