Andy Teijelo Pérez
|
989827e3b5
|
feat: add OTHER_AUDIENCES config (#2605)
Co-authored-by: GatewayJ <835269233@qq.com>
|
2026-04-21 03:48:13 +00:00 |
|
LeonWang0735
|
38eb0781cf
|
fix(iam): decouple IAM config encryption from root secret rotation (#2558)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-04-17 14:13:53 +00:00 |
|
GatewayJ
|
f255b8a9f1
|
fix(admin): align accountinfo policy with IAM prepare_auth for OIDC console (#2568)
Co-authored-by: GatewayJ <8352692332qq.com>
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-04-17 05:38:18 +00:00 |
|
houseme
|
28edfd6190
|
fix(storage): harden offline drive fail-fast paths (#2564)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
|
2026-04-16 09:21:45 +00:00 |
|
Tunglies
|
579b124726
|
lint: clippy rules or_fun_call (#2561)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-04-16 02:48:39 +00:00 |
|
Tunglies
|
49366ee200
|
chore(lint): clippy rules redundant_clone (#2554)
|
2026-04-15 13:54:07 +00:00 |
|
GatewayJ
|
16b9189e9b
|
feat(oidc): add roles_claim and jwt:roles policy support (#2509)
Co-authored-by: GatewayJ <8352692332qq.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-04-15 09:30:24 +08:00 |
|
GatewayJ
|
8db55de72c
|
fix(iam): return policy JSON object from info_policy (#2395) (#2436)
Co-authored-by: GatewayJ <8352692332qq.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
|
2026-04-09 21:45:22 +08:00 |
|
weisd
|
898857d1c9
|
fix(iam): keep service account JWT expiry consistent (#2410)
|
2026-04-07 11:00:07 +08:00 |
|
Alexander Kharkevich
|
740e4399af
|
fix: skip missing groups in policy_db_get instead of aborting (#2393)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
|
2026-04-07 09:17:39 +08:00 |
|
安正超
|
67863630b2
|
fix(auth): reject ambiguous case-insensitive claim matches (#2386)
|
2026-04-04 08:36:14 +08:00 |
|
Logan Ye
|
2d91e2f580
|
fix(oidc): support case-insensitive claim name matching (#2362)
Co-authored-by: loverustfs <hello@rustfs.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
|
2026-04-03 21:45:56 +08:00 |
|
GatewayJ
|
c244943313
|
feat(iam): retry OIDC discovery with issuer URL slash variants (#2360)
Co-authored-by: GatewayJ <8352692332qq.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
|
2026-04-03 21:10:27 +08:00 |
|
GatewayJ
|
3366bd2464
|
feat(iam,admin): prepared IAM auth, ExistingObjectTag, admin permission checks (#2315)
Signed-off-by: GatewayJ <835269233@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: GatewayJ <8352692332qq.com>
|
2026-03-29 19:18:16 +08:00 |
|
cxymds
|
75e6902f46
|
feat(admin): add persisted OIDC config APIs (#2267)
Co-authored-by: heihutu <heihutu@gmail.com>
|
2026-03-24 12:13:41 +08:00 |
|
weisd
|
05dc131a49
|
perf(storage): optimize internode RPC transfer path (#2262)
Co-authored-by: momoda693 <momoda693@gmail.com>
|
2026-03-23 17:09:49 +08:00 |
|
GatewayJ
|
19d3a23a13
|
fix(admin): console self password for STS sessions (#1923) (#2250)
Co-authored-by: GatewayJ <8352692332qq.com>
|
2026-03-21 22:10:38 +08:00 |
|
heihutu
|
3c28f0a0ba
|
feat(metrics): migrate system monitoring from rustfs-obs to rustfs-metrics (#2242)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-03-20 18:52:33 +08:00 |
|
Trent Houliston
|
e1a278aaf8
|
fix(iam): preserve trailing slash in OIDC issuer URL (#2228)
|
2026-03-19 13:52:59 +08:00 |
|
weisd
|
b9b7d86ae4
|
feat: improve legacy metadata and admin compatibility (#2202)
|
2026-03-18 21:05:09 +08:00 |
|
安正超
|
9d03029959
|
fix(iam): sync user cache on load-user notifications (#2104)
|
2026-03-09 09:36:02 +08:00 |
|
evan slack
|
d52a10c5fb
|
chore(obs): Improve tracing instrumentation (#2086)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-03-07 20:03:20 +08:00 |
|
安正超
|
8c4735ff88
|
docs: scope AGENTS instructions by directory (#2083)
|
2026-03-05 17:25:37 +08:00 |
|
Rafael Herrero
|
a6090b98dc
|
fix(iam): remove incorrect trailing slash from OIDC issuer URL (#2050)
|
2026-03-02 19:48:12 +08:00 |
|
GatewayJ
|
2cb8db36a5
|
fix(iam): user group policy and delete group (fixes #2028) (#2043)
Co-authored-by: GatewayJ <8352692332qq.com>
|
2026-03-02 14:19:01 +08:00 |
|
安正超
|
af6c32efac
|
refactor: improve code quality with safer error handling, trait decomposition, and dead code cleanup (#1997)
|
2026-02-28 01:19:47 +08:00 |
|
安正超
|
9d2b8822cf
|
refactor: stabilize heal format recovery integration tests (#1984)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-02-27 15:26:19 +08:00 |
|
heihutu
|
d983638391
|
build: update docker config and refine s3s region handling (#1976)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-02-27 01:21:12 +08:00 |
|
安正超
|
40692f18ed
|
fix(iam): address PR 1875 review issues for OIDC STS flows (#1969)
|
2026-02-26 14:38:57 +08:00 |
|
Jeff Poegel
|
c35ef84a8c
|
feat(iam): add OpenID Connect SSO with claim-based policy resolution (#1875)
Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: loverustfs <hello@rustfs.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
|
2026-02-26 14:03:17 +08:00 |
|
GatewayJ
|
fb0267981d
|
fix(iam): STS parent groups fallback and session policy debug for #1423 (#1804)
Co-authored-by: 安正超 <anzhengchao@gmail.com>
|
2026-02-14 11:40:36 +08:00 |
|
yxrxy
|
23f79ae88f
|
fix: improve IAM and quota authorization (#1781)
Signed-off-by: yxrxy <yxrxytrigger@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-02-14 10:09:47 +08:00 |
|
Tyooughtul
|
1184806c3f
|
Fix/resolve pr 1710 (#1743)
|
2026-02-11 08:24:55 +08:00 |
|
houseme
|
0b870d6301
|
build(deps): bump the dependencies group with 19 updates (#1745)
|
2026-02-07 12:22:14 +08:00 |
|
yxrxy
|
00ccc19e27
|
Revert "fix: resolve Issue #1465 - IAM credential change crash (#1535)" (#1685)
|
2026-02-02 07:14:53 +08:00 |
|
houseme
|
d251b9fb35
|
fix: unify path handling to use S3-standard forward slashes on all platforms (#1555)
Signed-off-by: houseme <housemecn@gmail.com>
Signed-off-by: 安正超 <anzhengchao@gmail.com>
Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: LeonWang0735 <wlywly0735@126.com>
Co-authored-by: loverustfs <hello@rustfs.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-26 18:49:21 +08:00 |
|
yxrxy
|
65de487eba
|
fix: resolve Issue #1465 - IAM credential change crash (#1535)
Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-01-23 15:11:01 +08:00 |
|
houseme
|
760cb1d734
|
Fix Windows Path Separator Handling in rustfs_utils (#1464)
Co-authored-by: reatang <tangtang1251@qq.com>
|
2026-01-11 19:53:51 +08:00 |
|
houseme
|
8d7cd4cb1b
|
chore: upgrade dependencies and migrate to aws-lc-rs (#1333)
|
2026-01-02 00:02:34 +08:00 |
|
yxrxy
|
b8aa8214e2
|
Feat/ftps&sftp (#1308)
[feat] ftp / sftp
|
2025-12-31 09:01:15 +08:00 |
|
yxrxy
|
3c14947878
|
fix(iam): preserve decrypt-failed credentials instead of deleting them (#1312)
Signed-off-by: loverustfs <github@rustfs.com>
Co-authored-by: loverustfs <github@rustfs.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2025-12-30 22:41:10 +08:00 |
|
houseme
|
eb33e82b56
|
fix: Prevent panic in GetMetrics gRPC handler on invalid input (#1291)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
|
2025-12-29 03:10:23 +08:00 |
|
houseme
|
82a6e78845
|
Inject GlobalReadiness into HTTP server pipeline and gate traffic until FullReady (#1255)
|
2025-12-25 00:19:03 +08:00 |
|
yxrxy
|
4418c882ad
|
Revert "fix(iam): store previous credentials in .rustfs.sys bucket to… (#1238)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2025-12-23 19:37:39 +08:00 |
|
yxrxy
|
b5535083de
|
fix(iam): store previous credentials in .rustfs.sys bucket to preserv… (#1213)
|
2025-12-20 19:15:49 +08:00 |
|
yxrxy
|
8821fcc1e7
|
feat: Replace LRU cache with Moka async cache in policy variables (#1166)
Co-authored-by: houseme <housemecn@gmail.com>
|
2025-12-17 00:19:31 +08:00 |
|
Jitter
|
76d25d9a20
|
Fix/issue #1001 dead node detection (#1054)
Co-authored-by: weisd <im@weisd.in>
Co-authored-by: Jitterx69 <mohit@example.com>
|
2025-12-08 12:29:46 +08:00 |
|
yihong
|
834025d9e3
|
docs: fix some dead link (#1053)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
|
2025-12-08 11:23:24 +08:00 |
|
weisd
|
4d7bf98c82
|
add logs (#962)
|
2025-12-03 13:17:47 +08:00 |
|
weisd
|
769778e565
|
fix iam (#783)
|
2025-11-03 17:39:51 +08:00 |
|