mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: AWS does not use a service account
This commit is contained in:
parent
015b12d8ff
commit
cc38506ffa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user