1
0
mirror of https://github.com/bitwarden/server synced 2026-02-26 09:23:28 +00:00

Add authentication to publisher endpoints

The plan is to limit access to the publisher through a firewall, but this
further limits access in a belt-and-suspenders fashion.
This commit is contained in:
Matt Gibson
2026-01-15 04:10:01 -08:00
parent 7d8a41f711
commit 9be303cddb
5 changed files with 64 additions and 3 deletions

1
akd/Cargo.lock generated
View File

@@ -2147,6 +2147,7 @@ dependencies = [
"common",
"config",
"serde",
"subtle",
"thiserror 2.0.17",
"tiberius",
"tokio",