cli: AWS does not use a service account

This commit is contained in:
Leonard Cohnen 2022-10-21 17:09:26 +02:00 committed by 3u13r
parent 015b12d8ff
commit cc38506ffa

View File

@ -350,6 +350,8 @@ func getMarshaledServiceAccountURI(provider cloudprovider.Provider, config *conf
return key.ToCloudServiceAccountURI(), nil
case cloudprovider.AWS:
return "", nil // AWS does not need a service account URI
case cloudprovider.Azure:
creds := azureshared.ApplicationCredentials{
TenantID: config.Provider.Azure.TenantID,