ADORSYS-GIS / ADORSYS-GIS/lightbridge-authz
[Ticket]: Expose the server-configured max API-key expiry
- Linguagem predominante
- Rust
- Estrelas
- 0
- Forks
- 1
- Merge médio
- 7h 7min
- PRs com merge (30d)
- 237
Descrição
## 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_
Guia de contribuição
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- rust
- Domínio
- api, authentication, backend
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Ativa
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100