Skip to content

Commit 6b8f05b

Browse files
committed
fix: rebase
Signed-off-by: Magyari Sandor Szilard <sancyx@gmail.com>
1 parent de28817 commit 6b8f05b

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

data-plane/Cargo.lock

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-plane/core/config/src/auth/basic.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Copyright AGNTCY Contributors (https://github.com/agntcy)
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Allow deprecated Basic auth - used for simple authentication scenarios
5-
#[allow(deprecated)]
6-
use tower_http::auth::require_authorization::Basic;
7-
84
use schemars::JsonSchema;
95
use serde::{Deserialize, Serialize};
106
#[allow(deprecated)]

data-plane/slimrpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ agntcy-slim = { workspace = true }
1111
agntcy-slim-auth = { workspace = true }
1212
agntcy-slim-config = { workspace = true }
1313
agntcy-slim-datapath = { workspace = true }
14-
agntcy-slim-service = { workspace = true }
14+
agntcy-slim-service = { workspace = true, features = ["session"] }
1515
agntcy-slim-session = { workspace = true }
1616
agntcy-slim-signal = { workspace = true }
1717

0 commit comments

Comments
 (0)