Skip to content

search order in provider is incorrect? #139

@aaron-tillekeratne

Description

@aaron-tillekeratne

gcp_auth == 0.12.5

Looking through the docs shows the following.

Image
  1. GOOGLE_APPLICATION_CREDENTIALS env var is used for ADC. So when we declare this provider fails because the json file read is incorrect.

The correct way should be somthing like the below?

gcp_auth::provider(key_file="path")

Key files can go anywhere, but GOOGLE_APPLICATION_CREDENTIALS is a special variable specific to ADC and the gcloud SDK? AFAIK.

Cheers,
A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions