Skip to content

Commit

Permalink
identity: make spire client config fields pub (#2917)
Browse files Browse the repository at this point in the history
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
  • Loading branch information
zaharidichev authored Apr 24, 2024
1 parent 46957de commit 4802045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linkerd/app/src/spire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const TONIC_DEFAULT_URI: &str = "http://[::]:50051";

#[derive(Clone, Debug)]
pub struct Config {
pub(crate) socket_addr: Arc<String>,
pub(crate) backoff: ExponentialBackoff,
pub socket_addr: Arc<String>,
pub backoff: ExponentialBackoff,
}

// Connects to SPIRE workload API via Unix Domain Socket
Expand Down

0 comments on commit 4802045

Please sign in to comment.