Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Policy: Identify path to support offset/limit pagination for resource LIST rpc's #55

Open
jakedoublev opened this issue Jan 19, 2024 · 0 comments · May be fixed by #1557
Open

Policy: Identify path to support offset/limit pagination for resource LIST rpc's #55

jakedoublev opened this issue Jan 19, 2024 · 0 comments · May be fixed by #1557
Assignees
Labels
comp:policy Policy Configuration ( attributes, subject mappings, resource mappings, kas registry) enhancement New feature or request scaling Issues that may cause difficulties as usage or the size of a deployed system increases

Comments

@jakedoublev
Copy link
Contributor

jakedoublev commented Jan 19, 2024

Right now, a LIST call for an Attribute/Namespace/SubjectMapping/etc will return every value found, but we need to support limit and offset/pagination for the simple "get all" queries.

Acceptance Criteria

  • identify a common pattern for supporting pagination
  • decompose into issues for all areas needing support
    • service updates
    • SQL query updates
    • integration test updates
    • CLI updates
    • SDK updates
@jrschumacher jrschumacher added this to the POC to Alpha milestone Jan 23, 2024
@strantalis strantalis added enhancement New feature or request comp:policy Policy Configuration ( attributes, subject mappings, resource mappings, kas registry) labels Feb 1, 2024
@strantalis strantalis modified the milestones: Functional End to End, Platform hardening Mar 11, 2024
@cassandrabailey293 cassandrabailey293 removed this from the Platform hardening milestone Jun 11, 2024
@dmihalcik-virtru dmihalcik-virtru added the scaling Issues that may cause difficulties as usage or the size of a deployed system increases label Jun 25, 2024
@jrschumacher jrschumacher changed the title Request: support offset/limit pagination for resource LIST rpc's Identify path to support offset/limit pagination for resource LIST rpc's Aug 26, 2024
@jakedoublev jakedoublev changed the title Identify path to support offset/limit pagination for resource LIST rpc's Policy: Identify path to support offset/limit pagination for resource LIST rpc's Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:policy Policy Configuration ( attributes, subject mappings, resource mappings, kas registry) enhancement New feature or request scaling Issues that may cause difficulties as usage or the size of a deployed system increases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants