Openstack Keystone integration - v1 keeps the same mechanism as (#1961)

Co-authored-by: loverustfs <hello@rustfs.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
This commit is contained in:
Senol Colak
2026-02-27 15:23:35 +01:00
committed by GitHub
parent d17d2083d4
commit b69183aadf
20 changed files with 3732 additions and 0 deletions
Generated
+28
View File
@@ -7183,6 +7183,7 @@ dependencies = [
"rustfs-filemeta",
"rustfs-heal",
"rustfs-iam",
"rustfs-keystone",
"rustfs-kms",
"rustfs-lock",
"rustfs-madmin",
@@ -7501,6 +7502,33 @@ dependencies = [
"url",
]
[[package]]
name = "rustfs-keystone"
version = "0.0.5"
dependencies = [
"anyhow",
"axum",
"bytes",
"futures",
"http 1.4.0",
"http-body 1.0.1",
"http-body-util",
"hyper",
"moka",
"reqwest 0.13.2",
"rustfs-common",
"rustfs-credentials",
"rustfs-policy",
"serde",
"serde_json",
"thiserror 2.0.18",
"time",
"tokio",
"tower",
"tracing",
"uuid",
]
[[package]]
name = "rustfs-kms"
version = "0.0.5"