[ 
https://issues.apache.org/jira/browse/BEAM-6744?focusedWorklogId=717729&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-717729
 ]

ASF GitHub Bot logged work on BEAM-6744:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Jan/22 00:55
            Start Date: 31/Jan/22 00:55
    Worklog Time Spent: 10m 
      Work Description: damccorm commented on a change in pull request #16643:
URL: https://github.com/apache/beam/pull/16643#discussion_r795286573



##########
File path: sdks/go/pkg/beam/options/gcpopts/options_test.go
##########
@@ -0,0 +1,79 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements.  See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with
+// the License.  You may obtain a copy of the License at
+//
+//    http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package gcpopts
+
+import (
+       "fmt"
+       "io/ioutil"
+       "os"
+       "testing"
+)
+
+func TestGetProjectFromFlagOrEnvironmentWithNoProjectSet(t *testing.T) {

Review comment:
       Thanks - I hadn't seen underscores in the 3 or 4 other test files I'd 
initially looked at for style matching, but I do now in some others.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 717729)
    Time Spent: 1h  (was: 50m)

> Go SDK Dataflow Runner should support implicit authentication
> -------------------------------------------------------------
>
>                 Key: BEAM-6744
>                 URL: https://issues.apache.org/jira/browse/BEAM-6744
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Robert Burke
>            Assignee: Danny McCormick
>            Priority: P3
>              Labels: starter
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> The dataflow.go runner current requires a project to be set via a flag. 
> However GCP supports implicit authentication which can be more convinient for 
> users and infrastructure alike.
> Instructions for handling this are available at 
> [https://cloud.google.com/docs/authentication/production#auth-cloud-implicit-go]
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to