Skip to content

Commit

Permalink
stackdriver: switch default authenticator to gcp_auth
Browse files Browse the repository at this point in the history
As the primary maintainer, I use the gcp_auth authenticator. I am
also the primary maintainer for gcp_auth.
  • Loading branch information
djc committed Mar 14, 2024
1 parent d677862 commit bda58f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-stackdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ futures-util = { version = "0.3", default-features = false, features = ["alloc"]
futures-channel = { version = "0.3", default-features = false, features = ["std"] }

[features]
default = ["yup-authorizer", "tls-native-roots"]
yup-authorizer = ["hyper-rustls", "yup-oauth2"]
default = ["dep:gcp_auth", "tls-native-roots"]
yup-authorizer = ["hyper-rustls", "dep:yup-oauth2"]
tls-native-roots = ["tonic/tls-roots"]
tls-webpki-roots = ["tonic/tls-webpki-roots"]
propagator = ["once_cell"]
Expand Down
1 change: 0 additions & 1 deletion opentelemetry-stackdriver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

use std::{
collections::HashMap,
convert::TryFrom,
fmt,
future::Future,
sync::{
Expand Down

0 comments on commit bda58f7

Please sign in to comment.