upcoming: [UIE-9301] - IAM Parent/Child - Default roles & Entity access routes#12981
Merged
abailly-akamai merged 10 commits intolinode:developfrom Oct 14, 2025
Merged
upcoming: [UIE-9301] - IAM Parent/Child - Default roles & Entity access routes#12981abailly-akamai merged 10 commits intolinode:developfrom
abailly-akamai merged 10 commits intolinode:developfrom
Conversation
abailly-akamai
commented
Oct 13, 2025
| isACLPEnabled, | ||
| isDatabasesEnabled, | ||
| isPlacementGroupsEnabled, | ||
| profile, |
Contributor
Author
There was a problem hiding this comment.
Since we will be relying more and more on user types, it's very helpful to have the profile in the route context to be able to gate content at the routing level.
11 tasks
Collaborator
Cloud Manager UI test results🔺 2 failing tests on test run #7 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/cloudpulse/timerange-verification.spec.ts,cypress/e2e/core/linodes/clone-linode.spec.ts" |
||||||||||||||||||||
bnussman-akamai
approved these changes
Oct 13, 2025
aaleksee-akamai
approved these changes
Oct 14, 2025
| Default Entity Access for Delegate Users | ||
| </Typography> | ||
| <Typography marginTop={2}> | ||
| View and update entities assigned to delegate users by default. Note |
Contributor
There was a problem hiding this comment.
seems like that text is the same for both tabs, shouldn't be as a constant then?
Contributor
Author
There was a problem hiding this comment.
It's not exactly the same (roles VS entities) so i'll leave it as such for now. Not too big a deal
This was referenced Oct 16, 2025
corya-akamai
pushed a commit
to corya-akamai/manager
that referenced
this pull request
Dec 8, 2025
…ss routes (linode#12981) * save progress * better paths * routing * basic copy * default route and cleanup * better gating * some coverage * Added changeset: IAM Parent/Child - Default roles & Entity access routes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description 📝
This PR adds routing and basic components for the default roles and default entity access section of the delegation UI.
It only applies to Child Accounts (and if the delegation flag is enabled).
It does not add any true functionality, other then routing and gating the new section.
Changes 🔄
Scope 🚢
Upon production release, changes in this PR will be visible to:
Preview 📷
How to test 🧪
Prerequisites
iamDelegation?.enabledfeature flag turned ONVerification steps
👶 As a Child Account
iam/roles/defaults/roles/iam/roles/defaults/roles/iam/roles/defaults/roles👴 As a Parent Account
/iam/roles/defaults,/iam/roles/defaults/rolesand/iam/roles/defaults/entity-access/iam/roles👶👴 Either Account
Have the
iamDelegation?.enabledfeature flag turned OFF/iam/roles/defaults,/iam/roles/defaults/rolesand/iam/roles/defaults/entity-access/iam/rolesAuthor 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 ✅