#google-cloud #gcp #sdk

gcp-sdk-auth

Google Cloud Client Libraries for Rust - Authentication

4 releases

0.1.0 Jan 6, 2025
0.0.0 Nov 16, 2024

#1489 in Network programming

Download history 96/week @ 2024-11-13 17/week @ 2024-11-20 3/week @ 2024-12-04 4/week @ 2024-12-11 302/week @ 2025-01-01 72/week @ 2025-01-08

374 downloads per month
Used in 6 crates (via gcp-sdk-gax)

Apache-2.0

67KB
1K SLoC

Google Cloud Client Libraries for Rust - Authentication

The Client Libraries for Rust are under active development. We are creating placeholder crates so we can reference them in our code and tooling.

WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.


lib.rs:

Google Cloud Client Libraries for Rust - Authentication Components

WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.

This crate contains types and functions used to authenticate applications on Google Cloud. The SDK clients consume an implementation of credentials::Credential and use these credentials to authenticate RPCs issued by the application.

Authentication methods at Google is a good introduction on the topic of authentication for Google Cloud services and other Google products. The guide also describes the common terminology used with authentication, such as Principals, Tokens, and Credentials.

Dependencies

~5–16MB
~213K SLoC