diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-02 14:12:44 -0700 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-07-04 01:56:18 +0000 |
| commit | b8f534df011fd3b16a182d25f627876aeecfee07 (patch) | |
| tree | 43872e1e2e5ba899cd237029bd4a279f779f914c /README.rst | |
| parent | 0ab179143943878d53ce37e8412734620d7b7583 (diff) | |
| download | python-openstackclient-b8f534df011fd3b16a182d25f627876aeecfee07.tar.gz | |
Remove keyring support from openstackclient
* The encryption it purports to offer is completely insecure.
* It also appears to be broken.
Closes-Bug: #1319381
Change-Id: Id15ecfbbfd15f142b14c125bfd85afd5032699ac
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -79,7 +79,6 @@ The 'password flow' variation is most commonly used:: export OS_PROJECT_NAME=<project-name> export OS_USERNAME=<user-name> export OS_PASSWORD=<password> # (optional) - export OS_USE_KEYRING=true # (optional) The corresponding command-line options look very similar:: @@ -87,12 +86,9 @@ The corresponding command-line options look very similar:: --os-project-name <project-name> --os-username <user-name> [--os-password <password>] - [--os-use-keyring] If a password is not provided above (in plaintext), you will be interactively -prompted to provide one securely. If keyring is enabled, the password entered -in the prompt is stored in keyring. From next time, the password is read from -keyring, if it is not provided above (in plaintext). +prompted to provide one securely. The token flow variation for authentication uses an already-acquired token and a URL pointing directly to the service API that presumably was acquired |
