summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity/generic/token.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/auth/identity/generic/token.py')
-rw-r--r--keystoneclient/auth/identity/generic/token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/auth/identity/generic/token.py b/keystoneclient/auth/identity/generic/token.py
index 0fbacf0..6a5d15b 100644
--- a/keystoneclient/auth/identity/generic/token.py
+++ b/keystoneclient/auth/identity/generic/token.py
@@ -24,7 +24,7 @@ LOG = logging.getLogger(__name__)
def get_options():
return [
- cfg.StrOpt('token', help='Token to authenticate with'),
+ cfg.StrOpt('token', secret=True, help='Token to authenticate with'),
]