Skip to content

Commit

Permalink
[Keyserver/rust] Remove legacy auth_token configuration
Browse files Browse the repository at this point in the history
Summary:
Follow up to deprecating the old keyserver proxy service

Depends on D8402

Test Plan: N/A

Reviewers: varun

Reviewed By: varun

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D8404
  • Loading branch information
jonringer-comm committed Jul 17, 2023
1 parent 2961e68 commit 0955edc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keyserver/addons/rust-node-addon/src/identity_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ lazy_static! {
#[serde(rename_all = "camelCase")]
struct IdentityServiceConfig {
identity_socket_addr: String,
identity_auth_token: String,
}

impl Default for IdentityServiceConfig {
fn default() -> Self {
info!("Using default identity configuration");
Self {
identity_socket_addr: "https://[::1]:50054".to_string(),
identity_auth_token: "test".to_string(),
}
}
}
Expand Down

0 comments on commit 0955edc

Please sign in to comment.