Skip to content

Conversation

@aaleksee-akamai
Copy link
Contributor

@aaleksee-akamai aaleksee-akamai commented Feb 3, 2026

Description 📝

This PR adds the same logic for delegate profile as for child profile

Changes 🔄

List any change(s) relevant to the reviewer.

  • Update the users table for delegate profile
  • Hide User Details tab for delegate profile

Scope 🚢

Upon production release, changes in this PR will be visible to:

  • All customers
  • Some customers (e.g. in Beta or Limited Availability)
  • No customers / Not applicable

Preview 📷

Before After
image image
image image

How to test 🧪

Prerequisites

(How to setup test environment)

  • use delegate account

Reproduction steps

(How to reproduce the issue, if applicable)

  • go to /iam/users
  • go to /iam/users/delegateUser/roles

Verification steps

(How to verify changes)

  • Users Table for delegate users should look the same as Users Table for child users
  • User Details tab should be hidden for delegate users
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


  • I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All tests and CI checks are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@aaleksee-akamai aaleksee-akamai self-assigned this Feb 3, 2026
@aaleksee-akamai aaleksee-akamai added the IAM Delegation Implementing the new Parent/Child delegation UI label Feb 3, 2026
@aaleksee-akamai aaleksee-akamai marked this pull request as ready for review February 3, 2026 11:43
@aaleksee-akamai aaleksee-akamai requested a review from a team as a code owner February 3, 2026 11:43
@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 1 failing test on test run #2 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing864 Passing11 Skipped44m 10s

Details

Failing Tests
SpecTest
clone-linode.spec.tsCloud Manager Cypress Tests→clone linode » can clone a Linode from Linode details page

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/linodes/clone-linode.spec.ts"

Copy link
Contributor

@mpolotsk-akamai mpolotsk-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks!

Copy link
Contributor

@abailly-akamai abailly-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! thank you, this looks good. You can merge now or wait for #13336. Either way is fine with me

]);

const { isIAMDelegationEnabled } = useIsIAMDelegationEnabled();
const { isChildAccount, isDelegateAccount } = useDelegationRole();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're going to have a conflict once I merge #13336

Once rebased, was almost thinking we could use the hook to declare a isChildOrDelegateUserType but no big deal

@github-project-automation github-project-automation bot moved this from Review to Approved in Cloud Manager Feb 4, 2026
@aaleksee-akamai aaleksee-akamai merged commit 4543086 into linode:develop Feb 4, 2026
34 of 35 checks passed
@github-project-automation github-project-automation bot moved this from Approved to Merged in Cloud Manager Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

IAM Delegation Implementing the new Parent/Child delegation UI

Projects

Status: Merged

Development

Successfully merging this pull request may close these issues.

4 participants