Skip to content

Commit 540c488

Browse files
committed
Secure password prompt (docs)
Change-Id: I879a8aba13318f1dd660a487cbd1fd20c7ae659b
1 parent 6d911d2 commit 540c488

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,17 @@ The 'password flow' variation is most commonly used::
6666
export OS_AUTH_URL=<url-to-openstack-identity>
6767
export OS_TENANT_NAME=<tenant-name>
6868
export OS_USERNAME=<user-name>
69-
export OS_PASSWORD=<password> # yes, it isn't secure, we'll address it in the future
69+
export OS_PASSWORD=<password> # (optional)
7070

7171
The corresponding command-line options look very similar::
7272

7373
--os-auth-url <url>
7474
--os-tenant-name <tenant-name>
7575
--os-username <user-name>
76-
--os-password <password>
76+
[--os-password <password>]
77+
78+
If a password is not provided above (in plaintext), you will be interactively
79+
prompted to provide one securely.
7780

7881
The token flow variation for authentication uses an already-aquired token
7982
and a URL pointing directly to the service API that presumably was acquired

0 commit comments

Comments
 (0)