Skip to content

Commit

Permalink
ci: auto-formatting prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwelke authored and github-actions[bot] committed Oct 30, 2024
1 parent 7764a37 commit 0b473de
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ sidebar_position: 100
---

Palette requires a set of permissions to properly deploy and manage the lifecycle of clusters deployed to Azure. We
recommend creating [role assignments](https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments) that have the
recommend creating
[role assignments](https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments) that have the
service principal you want to use with Palette and the appropriate
[scope level](https://learn.microsoft.com/en-us/azure/role-based-access-control/scope-overview). To ensure that Palette
and VerteX can deploy and manage clusters on Azure in all use cases, use a subscription as the scope level for the role
Expand All @@ -19,7 +20,8 @@ assignment.

We recommend against assigning the built-in Azure
[Contributor](https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#contributor) role to the
service principal you want to use in Palette because its permission scope exceeds our requirements. Instead, create custom roles to provide only those permissions that Palette requires.
service principal you want to use in Palette because its permission scope exceeds our requirements. Instead, create
custom roles to provide only those permissions that Palette requires.

:::

Expand Down Expand Up @@ -75,7 +77,8 @@ remainder of the permissions required by IaaS can be assigned at the resource gr

- The Azure subscription ID you want to use with Palette.

- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID section of the Azure Portal.
- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID
section of the Azure Portal.

#### Create Role and Assign Permissions

Expand Down Expand Up @@ -252,7 +255,8 @@ subscription as scope instead of the resource group as scope.
- The Azure subscription ID you want to use with Palette.
- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID section of the Azure Portal.
- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID
section of the Azure Portal.
#### Create Role and Assign Permissions
Expand Down Expand Up @@ -409,7 +413,8 @@ remainder of the permissions required by AKS can be assigned at the subscription
- The Azure subscription ID you want to use with Palette.
- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID section of the Azure Portal.
- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID
section of the Azure Portal.
#### Create Role and Assign Permissions
Expand Down Expand Up @@ -1017,7 +1022,8 @@ resource groups within a subscription.
- The Azure subscription ID you want to use with Palette.
- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID section of the Azure Portal.
- The client ID of the Azure service principal you want to use with Palette. You can retrieve it from the Entra ID
section of the Azure Portal.
#### Create Role and Assign Permissions
Expand Down

0 comments on commit 0b473de

Please sign in to comment.