infisical icon indicating copy to clipboard operation
infisical copied to clipboard

fix: remove offset limit for certificate and CA listing endpoints

Open Guru6163 opened this issue 2 months ago • 1 comments

Description 📣

issue: #4640

  • Remove max(100) constraint from offset parameter in certificate listing endpoints
  • Fixes pagination issue where users couldn't list more than 200 certificates
  • Affects both v1 and v2 API endpoints for certificates and certificate authorities
  • Allows unlimited pagination through large certificate collections

Type ✨

  • [x] Bug fix
  • [ ] New feature
  • [ ] Improvement
  • [ ] Breaking change
  • [ ] Documentation

Tests 🛠️

npm run test:unit

Guru6163 avatar Oct 10 '25 11:10 Guru6163

:white_check_mark: Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
:white_check_mark: Open Source Security 0 0 0 0 0 issues

:computer: Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

maidul98 avatar Oct 10 '25 11:10 maidul98