ADORSYS-GIS / ADORSYS-GIS/lightbridge-authz
[Ticket]: Expose the server-configured max API-key expiry
- 主要語言
- Rust
- 星號
- 0
- 分支
- 1
- 平均合併
- 7 小時 7 分鐘
- 30 天內合併 PR
- 237
描述
## Type
Feature
## Summary
The console hardcodes a conservative MAX_KEY_EXPIRY_DAYS = 89 because the real ceiling is not readable over RPC.
## Intent
Console UI/UX revamp epic: https://github.com/ADORSYS-GIS/converse-frontends/issues/368 — the console cuts every surface that fakes missing backend data; this ticket is the backend contract needed to restore the surface honestly.
## Acceptance Criteria
- Contract available over the authz-rpc / usage query path the console consumes.
- Console follow-up can render real values with no hardcoded nulls.
_Source of truth: https://github.com/ADORSYS-GIS/converse-frontends/issues/368_
貢獻指南
研究方向
Trace the authz-rpc or usage query path consumed by the console, and locate the server-side API-key expiry configuration behind the hardcoded 89-day ceiling. Confirm the response contract and any related tests before deciding where the configured maximum belongs; done means the query exposes the real ceiling for the console follow-up without a hardcoded fallback.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- api, authentication, backend
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 活躍
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100