Skip to content

Commit

Permalink
Move Azure Credentials Request to custom role
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Aug 11, 2023
1 parent 1bcc8b7 commit 53dbc5a
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ spec:
providerSpec:
apiVersion: cloudcredential.openshift.io/v1
kind: AzureProviderSpec
roleBindings:
- role: Contributor
permissions:
- Microsoft.Compute/virtualMachines/read
- Microsoft.Network/loadBalancers/read
- Microsoft.Network/loadBalancers/write
- Microsoft.Network/networkInterfaces/read
- Microsoft.Network/networkSecurityGroups/read
- Microsoft.Network/networkSecurityGroups/write
- Microsoft.Network/publicIPAddresses/join/action
- Microsoft.Network/publicIPAddresses/read
- Microsoft.Network/publicIPAddresses/write
serviceAccountNames:
- cloud-controller-manager

0 comments on commit 53dbc5a

Please sign in to comment.