package google

import "google.golang.org/grpc/credentials/google"

Package google defines credentials for google cloud services.

Index

Functions

func NewComputeEngineCredentials

func NewComputeEngineCredentials() credentials.Bundle

NewComputeEngineCredentials returns a credentials bundle that is configured to work with google services. This API must only be used when running on GCE. Authentication configured by this API represents the GCE VM's default service account.

This API is experimental.

func NewDefaultCredentials

func NewDefaultCredentials() credentials.Bundle

NewDefaultCredentials returns a credentials bundle that is configured to work with google services.

This API is experimental.

func NewDefaultCredentialsWithOptions

func NewDefaultCredentialsWithOptions(opts DefaultCredentialsOptions) credentials.Bundle

NewDefaultCredentialsWithOptions returns a credentials bundle that is configured to work with google services.

This API is experimental.

Types

type DefaultCredentialsOptions

type DefaultCredentialsOptions struct {
	// PerRPCCreds is a per RPC credentials that is passed to a bundle.
	PerRPCCreds credentials.PerRPCCredentials
}

DefaultCredentialsOptions constructs options to build DefaultCredentials.

Source Files

google.go xds.go

Version
v1.44.0
Published
Jan 25, 2022
Platform
js/wasm
Imports
10 packages
Last checked
12 minutes ago

Tools for package owners.