mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
refactor(admin): migrate OIDC consumers to app context (#3800)
This commit is contained in:
@@ -12,7 +12,9 @@ for later deletion.
|
||||
|
||||
## Open Items
|
||||
|
||||
No compatibility code is currently registered.
|
||||
- `CTX-002`
|
||||
- Why: admin OIDC and STS consumers now resolve through `resolve_oidc_handle()`, but that resolver still falls back to legacy global OIDC state while the AppContext-owned OIDC wiring is being completed.
|
||||
- Remove after: OIDC ownership is initialized and consumed through AppContext end-to-end, and `resolve_oidc_handle()` no longer needs the legacy global fallback path.
|
||||
|
||||
## Review Checklist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user