hotfix: [UIE-9134] Increase page size for RBAC IAM entities call #12762
hotfix: [UIE-9134] Increase page size for RBAC IAM entities call #12762abailly-akamai merged 4 commits intolinode:stagingfrom
Conversation
|
Just confirming the test failure isn't related to this PR's changes (see also M3-10514) |
There was a problem hiding this comment.
Since this is going to staging, we don't need this changeset. @bill-akamai Do you want to update the changelog directly?
There was a problem hiding this comment.
Can't we keep them? They seem relevant staging or not? (sorry i don't remember what the best course is for staging fixes)
There was a problem hiding this comment.
Changesets have already been deleted and translated to changelogs at this stage in the release process. Agreed that this change is relevant to document! Best course is just to update the changelog, but if we don't want to dismiss reviews on this PR, that can also be done on the staging branch directly.
There was a problem hiding this comment.
Yes @alioso - can you update the changelog directly rather than adding the changeset(s)?
There was a problem hiding this comment.
Oh! of course i'll do that
462b196
bill-akamai
left a comment
There was a problem hiding this comment.
Thanks @abailly-akamai !
Cloud Manager UI test results🔺 1 failing test on test run #4 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorageMulticluster/object-storage-objects-multicluster.spec.ts" |
|||||||||||||||||

Description 📝
The
v4beta/entitiesAPI cannot be filtered currently, and this causes some accounts with larger numbers of entities to not see some entities in the results, which are used in various UI elements like autocompletes. Increasing the page size to 500 (the max) will help delay for a real solution.Note: the v4beta APIs do not support X-Filter at the moment, so this is just a temporary workaround.
Changes 🔄
List any change(s) relevant to the reviewer.
v4beta/entitiesAPI call should now request a page size of 500.Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
August 26
Preview 📷
How to test 🧪
Prerequisites
Reproduction steps
Verification steps
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅