Swift: introduce application credential auth support

This commit is contained in:
kayrus
2019-01-29 17:06:20 +01:00
parent 0022926eba
commit 6ebcfe7c18
5 changed files with 50 additions and 13 deletions

View File

@@ -371,6 +371,10 @@ environment variables. The following list of environment variables:
OS_PROJECT_NAME Project name for keystone authentication
OS_PROJECT_DOMAIN_NAME PRoject domain name for keystone authentication
OS_APPLICATION_CREDENTIAL_ID Application Credential ID (keystone v3)
OS_APPLICATION_CREDENTIAL_NAME Application Credential Name (keystone v3)
OS_APPLICATION_CREDENTIAL_SECRET Application Credential Secret (keystone v3)
OS_STORAGE_URL Storage URL for token authentication
OS_AUTH_TOKEN Auth token for token authentication