mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
openstack: use password to authenticate in cluster
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
850b43ae3a
commit
630016d1b3
10 changed files with 113 additions and 69 deletions
|
@ -145,9 +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"
|
||||
// EnvVarOpenStackPassword is environment variable to overwrite
|
||||
// provider.openstack.password .
|
||||
EnvVarOpenStackPassword = EnvVarPrefix + "OS_PASSWORD"
|
||||
// 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