Skip to content

feat(azure): add resource_group_scoped_permissions toggle in credentials#2426

Closed
Guimove wants to merge 3 commits intostagingfrom
fix/azure-rg-scoped-permissions-console
Closed

feat(azure): add resource_group_scoped_permissions toggle in credentials#2426
Guimove wants to merge 3 commits intostagingfrom
fix/azure-rg-scoped-permissions-console

Conversation

@Guimove
Copy link
Contributor

@Guimove Guimove commented Feb 26, 2026

Summary

  • Add resource_group_scoped_permissions toggle in Azure cluster credentials modal
  • Remove the node_resource_group input from cluster creation (now auto-set by engine)

Context

Supports the new Azure resource-group-scoped permissions feature. The toggle lets users indicate they have scoped their SP permissions to resource groups. The node_resource_group field was removed from the UI since the engine now forces a deterministic name.

Test plan

  • Open Azure cluster credentials modal — toggle should appear
  • Create a new Azure cluster — no node_resource_group input should appear
  • Verify the resource_group_scoped_permissions value is included in the credential payload

…sions UI

Add UI support for Azure resource-group-scoped permissions:
- Add node_resource_group input to cluster creation features step
  (allows specifying a custom AKS node resource group name)
- Add resource_group_scoped_permissions toggle to Azure credentials modal
  (indicates when SP has resource-group-level permissions)
- Include the new fields in the Azure credential submission payload
node_resource_group is now forced to {resource_group_name}-nodes by the engine.
It is no longer user-configurable, so remove the input field from the Azure
cluster creation step.
This flag served no functional purpose — the CLI auth fix works
identically regardless of permission scope.
@Guimove Guimove closed this Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant