Skip to content

feat: [UIE-10778], [UIE-10777] - IAM LA/New flag fix, text update#13571

Open
mpolotsk-akamai wants to merge 4 commits intolinode:developfrom
mpolotsk-akamai:UIE-10778-la-badge-fix
Open

feat: [UIE-10778], [UIE-10777] - IAM LA/New flag fix, text update#13571
mpolotsk-akamai wants to merge 4 commits intolinode:developfrom
mpolotsk-akamai:UIE-10778-la-badge-fix

Conversation

@mpolotsk-akamai
Copy link
Copy Markdown
Contributor

@mpolotsk-akamai mpolotsk-akamai commented Apr 9, 2026

Description 📝

This PR removes the "Limited Availability" badge since IAM is now fully rolled out to all users.
A new flag has been introduced to control the visibility of the "NEW" badge independently. All logic related to iamLimitedAvailabilityBadges has been removed. Updated text for User Account Delegations when there are no search results.

Changes 🔄

List any change(s) relevant to the reviewer.

  • Removed the "Limited Availability" badge
  • Add a new flag to control the display of the "NEW" badge
  • Removed iamLimitedAvailabilityBadges flag and all related logic
  • Updated text for User Account Delegations when there are no search results

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 📷

Include a screenshot <img src="" /> or video <video src="" /> of the change.

🔒 Use the Mask Sensitive Data setting for security.

💡 For changes requiring multiple steps to validate, prefer a video for clarity.

Before After
Screenshot 2026-04-09 at 3 24 32 PM Screenshot 2026-04-09 at 3 24 12 PM

How to test 🧪

Prerequisites

(How to setup test environment)

  • use IAM Parent/Child account

Verification steps

(How to verify changes)

  • Verify that the "Limited Availability" badge is no longer displayed anywhere in IAM
  • Verify that the "NEW" badge is displayed only when the new flag is enabled
  • Disable the new "NEW" flag and confirm the badge is not shown
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

@mpolotsk-akamai mpolotsk-akamai requested a review from a team as a code owner April 9, 2026 13:26
@mpolotsk-akamai mpolotsk-akamai self-assigned this Apr 9, 2026
@mpolotsk-akamai mpolotsk-akamai changed the title UIE-10778: IAM LA/New flag fix feat: [UIE-10778] - IAM LA/New flag fix Apr 9, 2026
@mpolotsk-akamai mpolotsk-akamai added IAM (Identity & Access Management) IAM Delegation Implementing the new Parent/Child delegation UI labels Apr 9, 2026
Copy link
Copy Markdown
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.

Looks great thx @mpolotsk-akamai !

@github-project-automation github-project-automation bot moved this from Review to Approved in Cloud Manager Apr 10, 2026
@mpolotsk-akamai mpolotsk-akamai force-pushed the UIE-10778-la-badge-fix branch from 69a72d9 to 5feb13a Compare April 10, 2026 11:09
@mpolotsk-akamai mpolotsk-akamai changed the title feat: [UIE-10778] - IAM LA/New flag fix feat: [UIE-10778], [UIE-10777] - IAM LA/New flag fix, text update Apr 10, 2026
@linode-gh-bot
Copy link
Copy Markdown
Collaborator

Cloud Manager UI test results

🔺 14 failing tests on test run #3 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
14 Failing888 Passing11 Skipped65m 41s

Details

Failing Tests
SpecTest
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » rebuilds a linode from Image
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » rebuilds a linode from Community StackScript
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » rebuilds a linode from Account StackScript
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » cannot rebuild a provisioning linode
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » can rebuild a Linode reusing existing user data
rebuild-linode.spec.tsCloud Manager Cypress Tests→rebuild linode » can rebuild a linode with the GECKO is enabled
smoke-create-image.spec.tsCloud Manager Cypress Tests→create image (using mocks) » create image from a linode
create-image.spec.tsCloud Manager Cypress Tests→create image (e2e) » create image from a linode
images-non-empty-landing-page.spec.tsCloud Manager Cypress Tests→image landing checks for non-empty state with restricted user » checks restricted user with read access has no access to create image and can see existing images
object-storage.e2e.spec.tsCloud Manager Cypress Tests→object storage end-to-end tests » can update bucket access
restricted-user-details-pages.spec.tsCloud Manager Cypress Tests→restricted user details pages » should disable action elements and buttons in the 'Images' details page
create-linode-from-image.spec.tsCloud Manager Cypress Tests→create linode from image, mocked data » creates linode from image on images tab
images-empty-landing-page.spec.tsCloud Manager Cypress Tests→Images empty landing page » shows the empty state when there are no images
images-empty-landing-page.spec.tsCloud Manager Cypress Tests→Images empty landing page » checks restricted user has no access to create Image on Image landing page

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/linodes/rebuild-linode.spec.ts,cypress/e2e/core/images/smoke-create-image.spec.ts,cypress/e2e/core/images/create-image.spec.ts,cypress/e2e/core/images/images-non-empty-landing-page.spec.ts,cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts,cypress/e2e/core/account/restricted-user-details-pages.spec.ts,cypress/e2e/core/images/create-linode-from-image.spec.ts,cypress/e2e/core/images/images-empty-landing-page.spec.ts"

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 IAM (Identity & Access Management)

Projects

Status: Approved

Development

Successfully merging this pull request may close these issues.

4 participants