feat(azure): add resource_group_scoped_permissions toggle in credentials#2426
Closed
feat(azure): add resource_group_scoped_permissions toggle in credentials#2426
Conversation
…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.
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.
Summary
resource_group_scoped_permissionstoggle in Azure cluster credentials modalnode_resource_groupinput 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_groupfield was removed from the UI since the engine now forces a deterministic name.Test plan
node_resource_groupinput should appearresource_group_scoped_permissionsvalue is included in the credential payload