mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-08 01:05:16 -04:00
cli: set OpenStack service account credentials (#1328)
This commit is contained in:
parent
29664fc481
commit
8aa42e30ad
10 changed files with 79 additions and 23 deletions
|
@ -145,6 +145,9 @@ const (
|
|||
// EnvVarAzureClientSecretValue is environment variable to overwrite
|
||||
// provider.azure.clientSecretValue .
|
||||
EnvVarAzureClientSecretValue = EnvVarPrefix + "AZURE_CLIENT_SECRET_VALUE"
|
||||
// EnvVarOpenStackServiceAccountToken is environment variable to overwrite
|
||||
// provider.openstack.serviceAccountToken .
|
||||
EnvVarOpenStackServiceAccountToken = EnvVarPrefix + "OPENSTACK_SERVICE_ACCOUNT_TOKEN"
|
||||
// EnvVarNoSpinner is environment variable used to disable the loading indicator (spinner)
|
||||
// displayed in Constellation CLI. Any non-empty value, e.g., CONSTELL_NO_SPINNER=1,
|
||||
// can be used to disable the spinner.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue