-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area/authkind/bugSomething isn't workingSomething isn't workingpriority/p1High impact feature/bug.High impact feature/bug.triage/needs-informationInformation requestedInformation requested
Milestone
Description
google.CredentialsFromJSON
is being called with the equivalent of
{
"token": "some_token_value",
"type": "authorized_user"
}
Although no error is returned, it's constructing an empty google.Credentials
struct. I think this results on application default credentials always being called.
skaffold/pkg/skaffold/gcp/auth.go
Line 64 in e1f52f4
cmd := exec.Command("gcloud", "auth", "print-access-token", "--format=json") |
Metadata
Metadata
Assignees
Labels
area/authkind/bugSomething isn't workingSomething isn't workingpriority/p1High impact feature/bug.High impact feature/bug.triage/needs-informationInformation requestedInformation requested