Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/cloud.google.com/go/auth
renovate[bot] 9c580de3cc
fix(deps): update module google.golang.org/api to v0.229.0 (main) (#17222)
1 month ago
..
credentials fix(deps): update module google.golang.org/api to v0.229.0 (main) (#17222) 1 month ago
grpctransport fix(deps): update module google.golang.org/api to v0.229.0 (main) (#17222) 1 month ago
httptransport fix(deps): update module google.golang.org/api to v0.213.0 (#15455) 5 months ago
internal fix(deps): update module google.golang.org/api to v0.229.0 (main) (#17222) 1 month ago
oauth2adapt fix(deps): update module google.golang.org/api to v0.228.0 (main) (#16907) 2 months ago
CHANGES.md fix(deps): update module google.golang.org/api to v0.229.0 (main) (#17222) 1 month ago
LICENSE feat: upgrade prometheus (#13671) 10 months ago
README.md fix(deps): update module github.com/fsouza/fake-gcs-server to v1.50.2 (#14313) 7 months ago
auth.go fix(deps): update module google.golang.org/api to v0.213.0 (#15455) 5 months ago
threelegged.go fix(deps): update module google.golang.org/api to v0.213.0 (#15455) 5 months ago

README.md

Google Auth Library for Go

Go Reference

Install

go get cloud.google.com/go/auth@latest

Usage

The most common way this library is used is transitively, by default, from any of our Go client libraries.

Notable use-cases

  • To create a credential directly please see examples in the credentials package.
  • To create a authenticated HTTP client please see examples in the httptransport package.
  • To create a authenticated gRPC connection please see examples in the grpctransport package.
  • To create an ID token please see examples in the idtoken package.

Contributing

Contributions are welcome. Please, see the CONTRIBUTING document for details.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Contributor Code of Conduct for more information.