feat(core): add API keys to DynamicConfig.auth and extend IdentityProvider token resolution

This commit is contained in:
2026-06-09 11:01:33 +00:00
parent bfc92d4827
commit 1f55844935
5 changed files with 342 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -78,6 +78,7 @@ dependencies = [
"arc-swap",
"async-trait",
"futures",
"hex",
"ipnetwork",
"iroh",
"rand 0.10.1",
@@ -89,6 +90,7 @@ dependencies = [
"rustls-pki-types",
"serde",
"serde_json",
"sha2",
"ssh-key",
"tempfile",
"thiserror 2.0.18",