mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
cli: AWS does not use a service account
This commit is contained in:
parent
015b12d8ff
commit
cc38506ffa
1 changed files with 2 additions and 0 deletions
|
@ -350,6 +350,8 @@ func getMarshaledServiceAccountURI(provider cloudprovider.Provider, config *conf
|
||||||
|
|
||||||
return key.ToCloudServiceAccountURI(), nil
|
return key.ToCloudServiceAccountURI(), nil
|
||||||
|
|
||||||
|
case cloudprovider.AWS:
|
||||||
|
return "", nil // AWS does not need a service account URI
|
||||||
case cloudprovider.Azure:
|
case cloudprovider.Azure:
|
||||||
creds := azureshared.ApplicationCredentials{
|
creds := azureshared.ApplicationCredentials{
|
||||||
TenantID: config.Provider.Azure.TenantID,
|
TenantID: config.Provider.Azure.TenantID,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue