mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-21 14:28:54 -04:00
docs: GCP iam migration (#3778)
This commit is contained in:
parent
fd17a8d605
commit
8d2e9b90dd
5 changed files with 22 additions and 3 deletions
|
@ -263,6 +263,11 @@ To [create a Constellation cluster](../workflows/create.md), you need the follow
|
|||
* `compute.firewalls.delete`
|
||||
* `compute.firewalls.get`
|
||||
* `compute.firewalls.update`
|
||||
* `compute.forwardingRules.create`
|
||||
* `compute.forwardingRules.delete`
|
||||
* `compute.forwardingRules.get`
|
||||
* `compute.forwardingRules.setLabels`
|
||||
* `compute.forwardingRules.list`
|
||||
* `compute.globalAddresses.create`
|
||||
* `compute.globalAddresses.delete`
|
||||
* `compute.globalAddresses.get`
|
||||
|
|
|
@ -3,6 +3,12 @@
|
|||
This document describes breaking changes and migrations between Constellation releases.
|
||||
Use [`constellation config migrate`](./cli.md#constellation-config-migrate) to automatically update an old config file to a new format.
|
||||
|
||||
## Migrations to v2.23.0
|
||||
|
||||
### GCP
|
||||
|
||||
GCP will require the additional permission `compute.forwardingRules.list`. Please update your IAM roles using `constellation iam upgrade apply`.
|
||||
|
||||
## Migrations to v2.19.1
|
||||
|
||||
### Azure
|
||||
|
|
|
@ -263,6 +263,11 @@ To [create a Constellation cluster](../workflows/create.md), you need the follow
|
|||
* `compute.firewalls.delete`
|
||||
* `compute.firewalls.get`
|
||||
* `compute.firewalls.update`
|
||||
* `compute.forwardingRules.create`
|
||||
* `compute.forwardingRules.delete`
|
||||
* `compute.forwardingRules.get`
|
||||
* `compute.forwardingRules.setLabels`
|
||||
* `compute.forwardingRules.list`
|
||||
* `compute.globalAddresses.create`
|
||||
* `compute.globalAddresses.delete`
|
||||
* `compute.globalAddresses.get`
|
||||
|
|
|
@ -3,6 +3,12 @@
|
|||
This document describes breaking changes and migrations between Constellation releases.
|
||||
Use [`constellation config migrate`](./cli.md#constellation-config-migrate) to automatically update an old config file to a new format.
|
||||
|
||||
## Migrations to v2.23.0
|
||||
|
||||
### GCP
|
||||
|
||||
GCP will require the additional permission `compute.forwardingRules.list`. Please update your IAM roles using `constellation iam upgrade apply`.
|
||||
|
||||
## Migrations to v2.19.1
|
||||
|
||||
### Azure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue