Skip to content

Allow providing service account key directly when building GCP object store client #201

@scsmithr

Description

@scsmithr

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

The current implementation of the GCP builder requires that the service account key is read in from a file. For our use case, we're storing the service account key external to where the object store client is being created. We do not want to have to write the key to a file before constructing the client.

Describe the solution you'd like

Allow providing the service account key directly to the builder.

Describe alternatives you've considered

For what we're building, we could write the key to a file before constructing the client, but that would lead to some code complexity that we believe should be avoided.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions