Skip to content

Commit

Permalink
feat(mTLS): adds unit tests; fixes naming; removes unnecessary config…
Browse files Browse the repository at this point in the history
… params
  • Loading branch information
EandrewJones committed Sep 22, 2024
1 parent dab1f86 commit b6ce541
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 57 deletions.
217 changes: 212 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion dataplane/api-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version.workspace = true
[dependencies]
anyhow = { workspace = true }
aya = { workspace = true, features = ["async_tokio"] }
clap = { workspace = true }
clap = { workspace = true, features = ["derive"] }
common = { workspace = true, features = ["user"] }
libc = { workspace = true }
log = { workspace = true }
Expand All @@ -28,3 +28,7 @@ tonic-health = { workspace = true }

[build-dependencies]
tonic-build = { workspace = true }

[dev-dependencies]
tempfile = "3.3.0"
rcgen = "0.9.3"
Loading

0 comments on commit b6ce541

Please sign in to comment.