mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 07:20:37 -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
|
@ -22,9 +22,6 @@ import (
|
|||
// UpgradeRequiresIAMMigration returns true if the given cloud provider requires an IAM migration.
|
||||
func UpgradeRequiresIAMMigration(provider cloudprovider.Provider) bool {
|
||||
switch provider {
|
||||
case cloudprovider.GCP:
|
||||
// TODO(@3u13r): remove this case after the v2.22.0 release
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue