diff --git a/README.rst b/README.rst index a935ef844..4ea7000d4 100644 --- a/README.rst +++ b/README.rst @@ -66,14 +66,17 @@ The 'password flow' variation is most commonly used:: export OS_AUTH_URL= export OS_TENANT_NAME= export OS_USERNAME= - export OS_PASSWORD= # yes, it isn't secure, we'll address it in the future + export OS_PASSWORD= # (optional) The corresponding command-line options look very similar:: --os-auth-url --os-tenant-name --os-username - --os-password + [--os-password ] + +If a password is not provided above (in plaintext), you will be interactively +prompted to provide one securely. The token flow variation for authentication uses an already-aquired token and a URL pointing directly to the service API that presumably was acquired